Skip to content

Commit 4a76727

Browse files
authored
Merge pull request #56 from dukebody/install_requires
BLD: use setuptools 'install_requires' instead of 'requires' in setup.py.
2 parents ef988a4 + dd2040d commit 4a76727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
author_email="[email protected]",
3535
url="https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt",
3636
license="BSD",
37-
requires=["sphinx (>= 1.0.1)"],
37+
install_requires=["sphinx (>= 1.0.1)"],
3838
package_data={'numpydoc': ['tests/test_*.py']},
3939
test_suite = 'nose.collector',
4040
cmdclass={"sdist": sdist},

0 commit comments

Comments
 (0)