diff --git a/MANIFEST.in b/MANIFEST.in index ffc75f0dcfdeb30eb8255ee0d6c2f135360f9d95..62ca37b7729682160b15349d3a87b11eccf21889 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ include README.md -include templates \ No newline at end of file +recursive-include templates * diff --git a/setup.py b/setup.py index 31912af0b384ef5a1cafb31c173a1b5227f77325..6222ac86226a1f314b621c9219281be453aefb19 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = '1.0.1' +VERSION = '1.0.2' AUTHOR = 'Michael Loipführer'