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.
1 parent 81b8b69 commit 2400630Copy full SHA for 2400630
setup.py
@@ -46,6 +46,12 @@ def read(fname):
46
license="BSD",
47
install_requires=["sphinx >= 1.6.5", 'Jinja2>=2.3'],
48
python_requires=">=3.5",
49
+ extras_require={
50
+ "testing": [
51
+ req for req in read('test_requirements.txt').split('\n')
52
+ if not req.startswith('#')
53
+ ],
54
+ },
55
package_data={'numpydoc': [
56
'tests/test_*.py',
57
'tests/tinybuild/Makefile',
0 commit comments