diff --git a/setup.py b/setup.py index 397f7a4..3dc6004 100755 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ setup( 'notifications.templatetags', 'notifications.migrations', ], + include_package_data=True, classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment',