From dcf84acb4ec6d451a60c0cd6773773238b23601b Mon Sep 17 00:00:00 2001 From: Akhmed Gaziev Date: Tue, 6 Apr 2021 13:01:11 +0300 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) 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',