Merge tag '0.1.0' into develop

Release 0.1.0

* tag '0.1.0':
  Add test data to distribution
This commit is contained in:
Jan Dittberner 2016-05-02 21:26:32 +02:00
commit 28a8ff2e5c
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=[