Add test data to distribution

This commit is contained in:
Jan Dittberner 2016-05-02 21:24:49 +02:00
parent 869039df5d
commit e3162a26bd
2 changed files with 3 additions and 1 deletions

2
MANIFEST.in Normal file
View File

@ -0,0 +1,2 @@
include README.rst
recursive-include tests/root *.rst Makefile conf.py

View File

@ -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=[