Add test data to distribution
This commit is contained in:
parent
869039df5d
commit
e3162a26bd
2 changed files with 3 additions and 1 deletions
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
|
@ -0,0 +1,2 @@
|
|||
include README.rst
|
||||
recursive-include tests/root *.rst Makefile conf.py
|
2
setup.py
2
setup.py
|
@ -26,7 +26,7 @@ setup(
|
|||
namespace_packages=['jandd', 'jandd.sphinxext'],
|
||||
packages=find_packages(),
|
||||
platforms='any',
|
||||
tests_requires=requires,
|
||||
tests_requires=tests_requires,
|
||||
version=version,
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
|
|
Loading…
Reference in a new issue