diff options
| author | Michael Howitz <mh@gocept.com> | 2020-02-12 14:42:00 +0100 |
|---|---|---|
| committer | Michael Howitz <mh@gocept.com> | 2020-02-12 14:42:37 +0100 |
| commit | 6b830fe81e8e1e857328d9b72f8918ac29460a2d (patch) | |
| tree | 5118a57bc8e28af970ea8072f31d6798b702ca49 /setup.py | |
| parent | d726f9d7d4a65a01c47001be74ab67ae8ac13454 (diff) | |
| download | zope-security-sphinx-py23.tar.gz | |
Fix not needed version requirements.sphinx-py23
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -196,8 +196,7 @@ setup(name='zope.security', ], 'test': TESTS_REQUIRE, 'docs': [ - 'Sphinx < 2; python_version < "3"', - 'Sphinx; python_version >= "3"', + 'Sphinx', 'repoze.sphinx.autointerface', ], }, |
