summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2019-04-06 07:19:14 +0200
committerMichael Howitz <mh@gocept.com>2019-04-06 07:19:14 +0200
commit9626a8873f1ea97ba33526124e4d8165da0cf5ff (patch)
tree9b8606fd38f62c436472c50e47f31b5642211822
parentd9db1fc1ea0285f215db7e7d12ad1bebdb375f70 (diff)
downloadzope-security-update.tar.gz
Adapt to suggestions of @jamadden.update
-rw-r--r--setup.py10
1 files changed, 4 insertions, 6 deletions
diff --git a/setup.py b/setup.py
index d8f799f..9f6ccae 100644
--- a/setup.py
+++ b/setup.py
@@ -155,6 +155,7 @@ setup(name='zope.security',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
@@ -195,12 +196,9 @@ setup(name='zope.security',
'zope.configuration'
],
'test': TESTS_REQUIRE,
- 'docs:python_version == "2.7"': [
- 'Sphinx < 2',
- 'repoze.sphinx.autointerface',
- ],
- 'docs:python_version >= "3.5"': [
- 'Sphinx',
+ 'docs': [
+ 'Sphinx < 2; python_version < "3"',
+ 'Sphinx >= 2; python_version >= "3"',
'repoze.sphinx.autointerface',
],
},