diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..4d4aabc --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,4 @@ +include AUTHORS +include LICENSE +include README.md +recursive-include templates diff --git a/setup.py b/setup.py index c652299..3a8aa92 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,6 @@ setup( exclude=['tests', 'testapp'], ), include_package_data=True, - package_data={'utils': ['templates/*']}, classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment',