From 5f6c93642445b24838cb282f292fd5a37be02224 Mon Sep 17 00:00:00 2001 From: Alexander Loechel Date: Fri, 27 Jan 2017 23:06:08 +0100 Subject: [PATCH] minimal flake8 cleanup --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 1ea8adf..932e4eb 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ def read(*rnames): return open(os.path.join(os.path.dirname(__file__), *rnames)).read() + setup(name='RestrictedPython', version='4.0.0.dev0', url='http://pypi.python.org/pypi/RestrictedPython', @@ -40,8 +41,8 @@ def read(*rnames): 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: Implementation :: CPython', - #'Programming Language :: Python :: Implementation :: IronPython', - #'Programming Language :: Python :: Implementation :: Jython', + # 'Programming Language :: Python :: Implementation :: IronPython', + # 'Programming Language :: Python :: Implementation :: Jython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Security', ], @@ -51,7 +52,6 @@ def read(*rnames): package_dir={'': 'src'}, install_requires=[ 'setuptools', - #'zope.deprecation', 'six', ], extras_require={