Skip to content

Commit

Permalink
minimal flake8 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Jan 27, 2017
1 parent bb27528 commit 5f6c936
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -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',
Expand All @@ -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',
],
Expand All @@ -51,7 +52,6 @@ def read(*rnames):
package_dir={'': 'src'},
install_requires=[
'setuptools',
#'zope.deprecation',
'six',
],
extras_require={
Expand Down

0 comments on commit 5f6c936

Please sign in to comment.