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 4a76727 + b7facfd commit 2eb7277Copy full SHA for 2eb7277
setup.py
@@ -34,7 +34,7 @@
34
author_email="pav@iki.fi",
35
url="https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt",
36
license="BSD",
37
- install_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