summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-11-29 19:14:20 -0600
committerMichael Merickel <michael@merickel.org>2020-11-29 19:14:20 -0600
commitf010b7ce298132292605f560725e77a73bb60125 (patch)
treeeff3c61c25b1bc78478b48992596dcf142ae3ce5 /setup.py
parent4988f604d0c49862643efa318a5d73272cd0a6d1 (diff)
downloadpyramid-f010b7ce298132292605f560725e77a73bb60125.tar.gz
pyramid-f010b7ce298132292605f560725e77a73bb60125.tar.bz2
pyramid-f010b7ce298132292605f560725e77a73bb60125.zip
add build-backend
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 09d05923a..411f5d9a0 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,6 @@ tests_require = [
'zope.component >= 4.0', # py3 compat
]
-
docs_extras = [
'Sphinx >= 1.8.1', # Unicode characters in tree diagrams
'docutils',