diff --git a/setup.py b/setup.py index f36abe5..53c0785 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ setup( "watson": [ "locale/*/LC_MESSAGES/django.*", "templates/watson/*.html", + "templates/watson/includes/*.html", ], }, classifiers=[ @@ -36,4 +37,4 @@ setup( "Programming Language :: Python", "Framework :: Django", ], -) \ No newline at end of file +)