setup.py
branchuse-distutils
changeset 42 146997912efb
parent 40 373392025533
child 45 69eb5a4678a4
--- a/setup.py	Wed Jun 03 19:03:28 2009 +0300
+++ b/setup.py	Wed Jun 03 19:12:39 2009 +0300
@@ -22,6 +22,10 @@
         'degal'
     ],
 
+    package_data    = {
+        'degal': [ 'templates/*.html', 'static/*' ],
+    },
+
     scripts         = [
         'scripts/degal'
     ],