[tor-commits] [bridgedb/master] Add Templates to package_data

aagbsn at torproject.org aagbsn at torproject.org
Wed Apr 17 00:26:44 UTC 2013


commit 3797be17a1563cf054ef298923841fc59c84bbec
Author: aagbsn <aagbsn at extc.org>
Date:   Sun Mar 24 23:44:03 2013 +0000

    Add Templates to package_data
---
 setup.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/setup.py b/setup.py
index 11a6b06..6e994d1 100644
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,9 @@ setup(name='BridgeDB',
                 'update_catalog': babel.update_catalog,
                 'install_data': installData},
       include_package_data=True,
-      package_data={'bridgedb':['i18n/*/LC_MESSAGES/*.mo','templates/*.html']},
+      package_data={'bridgedb': ['i18n/*/LC_MESSAGES/*.mo',
+                                 'templates/*.html',
+                                 'templates/assets/*']},
       message_extractors = {'bridgedb': [
               ('**.py', 'python', None),
               ('templates/**.html', 'mako', None),





More information about the tor-commits mailing list