From f7774282d3ba080efeb4576c359de0d35937e285 Mon Sep 17 00:00:00 2001 From: tsufeki Date: Wed, 1 May 2013 17:34:33 +0200 Subject: [PATCH] Added `templates/watson/includes/*.html` to `setup.py`. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +)