put wsgi.py in myslice/ and propagate this change
[myslice.git] / setup.py
index 87b7788..157641a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -20,5 +20,5 @@ setup(packages = packages,
         ( 'static/img', glob ('static/img/*')),
         ( 'static/fonts', glob ('static/fonts/*')),
         ( 'templates', glob ('templates/*')),
-        ( 'apache', [ 'apache/myslice.conf', 'apache/wsgi.py' ]),
+        ( 'apache', [ 'apache/myslice.conf' ]),
         ])