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 de494ff + c9881fa commit 18df9d1Copy full SHA for 18df9d1
MANIFEST.in
@@ -1,5 +1,5 @@
1
include MANIFEST.in
2
-recursive-include numpydoc/tests *.py
+recursive-include numpydoc *
3
include *.txt
4
include *.rst
5
setup.py
@@ -38,7 +38,7 @@
38
url="https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt",
39
license="BSD",
40
install_requires=["sphinx >= 1.0.1", 'Jinja2>=2.3'],
41
- package_data={'numpydoc': ['tests/test_*.py']},
+ package_data={'numpydoc': ['tests/test_*.py', 'templates/*.rst']},
42
test_suite = 'nose.collector',
43
cmdclass={"sdist": sdist},
44
)
0 commit comments