Skip to content

Commit

Permalink
PEP-8
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Dec 1, 2017
1 parent e7ec3dc commit 2281567
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _package_doc(name):
classifiers=[
"Development Status :: 5 - Production/Stable",
"Framework :: Plone",
# "Framework :: Plone :: 5.2", # Zope4-compatible Plone
# "Framework :: Plone :: 5.2", # Zope4-compatible Plone
"Framework :: Zope2",
"Intended Audience :: Developers",
"License :: OSI Approved :: Zope Public License",
Expand Down Expand Up @@ -57,10 +57,10 @@ def _package_doc(name):
'five.localsitemanager',
'Products.PythonScripts',
'Products.ZCatalog',
],
],
tests_require=[
'zope.testrunner',
],
],
test_loader="zope.testrunner.eggsupport:SkipLayers",
test_suite="Products.GenericSetup.tests",
entry_points="""
Expand All @@ -69,4 +69,4 @@ def _package_doc(name):
[distutils.commands]
ftest = zope.testing.testrunner.eggsupport:ftest
""",
)
)

0 comments on commit 2281567

Please sign in to comment.