ship apache stuff (config, wsgi, and favicon) on top
[myslice.git] / setup.py
index 2eeb598..e767a3d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -19,4 +19,6 @@ setup(packages = packages,
         ( 'all-static/css', glob ('all-static/css/*')),
         ( 'all-static/img', glob ('all-static/img/*')),
         ( 'all-templates', glob ('all-templates/*')),
+        ( 'all-static', ['apache/favicon.ico', ] ),
+        ( 'apache', [ 'apache/myslice.conf', 'apache/myslice.wsgi' ]),
         ])