removed tests reference from pyramid scaffold

This commit is contained in:
Lance Edgar 2012-03-23 20:12:05 -05:00
parent 381a7d70b3
commit ce16a1cf6f

View file

@ -75,7 +75,6 @@ setup(
packages = find_packages(),
include_package_data = True,
zip_safe = False,
test_suite = '{{package}}',
entry_points = """
[paste.app_factory]