From ddd9d9b4fcf132801cbc6b4c4efbce0b6dcf8288 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 24 Jun 2010 16:22:47 +0200 Subject: [PATCH] Updated packaging files to not include template file anymore. --- MANIFEST.in | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 56dd66c..635ad6a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,4 +4,4 @@ include README.rst include MANIFEST.in recursive-include docs *.txt recursive-include dbtemplates/locale * -recursive-include dbtemplates/templates/admin/dbtemplates/template *.html +recursive-include dbtemplates/media/dbtemplates *.css *.js diff --git a/setup.py b/setup.py index 02f26be..9ecaecb 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,8 @@ setup( package_data = { 'dbtemplates': [ 'locale/*/LC_MESSAGES/*', - 'templates/admin/dbtemplates/template/*.html', + 'media/dbtemplates/css/*.css', + 'media/dbtemplates/js/*.js', ], }, classifiers=[