From 5c396b6325349fe577f21bc7e1db8f96aaa4f5be Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 22 Mar 2020 18:58:26 +0900 Subject: Fix #7331: autodoc: a cython-function is not recognized as a function --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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', ], } -- cgit v1.2.3