Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-22 12:58:26 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-22 17:13:49 +0300
commit5c396b6325349fe577f21bc7e1db8f96aaa4f5be (patch)
tree32b950d091908722560016027ec6bc8cb981dd66 /setup.py
parent5138255665f1c724bd0ac239add6cabd68f7a9d4 (diff)
Fix #7331: autodoc: a cython-function is not recognized as a function
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 088d5b8e7..a427d5493 100644
--- a/setup.py
+++ b/setup.py
@@ -52,6 +52,7 @@ extras_require = {
'pytest-cov',
'html5lib',
'typed_ast', # for py35-37
+ 'cython',
],
}