We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef988a4 + dd2040d commit 4a76727Copy full SHA for 4a76727
setup.py
@@ -34,7 +34,7 @@
34
author_email="[email protected]",
35
url="https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt",
36
license="BSD",
37
- requires=["sphinx (>= 1.0.1)"],
+ install_requires=["sphinx (>= 1.0.1)"],
38
package_data={'numpydoc': ['tests/test_*.py']},
39
test_suite = 'nose.collector',
40
cmdclass={"sdist": sdist},
0 commit comments