Skip to content

Commit dd2040d

Browse files
committed
Use setuptools 'install_requires' instead of 'requires' in setup.py.
1 parent ef988a4 commit dd2040d

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="pav@iki.fi",
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)