diff --git a/setup.py b/setup.py index 3a8aa92..c652299 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ setup( exclude=['tests', 'testapp'], ), include_package_data=True, + package_data={'utils': ['templates/*']}, classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment',