Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[unfold.git] / setup.py
index 5d76792..f3531de 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -11,6 +11,7 @@ from distutils.core import setup
 
 # we don't have a final list so let's keep it simple for now
 packages= [ os.path.dirname(init) for init in (glob("*/__init__.py")+glob("*/*/__init__.py")) ]
+print packages
 
 setup(packages = packages,
       # xxx somehow this does not seem to show up in debian packaging
@@ -21,7 +22,7 @@ setup(packages = packages,
           ( '/usr/share/unfold/static/img', glob ('static/img/*')),
           ( '/usr/share/unfold/static/fonts', glob ('static/fonts/*')),
           ( '/usr/share/unfold/templates', glob ('templates/*')),
-          ( 'apache', [ 'apache/unfold.conf', 'apache/unfold.wsgi' ]),
+          ( 'apache', [ 'apache/unfold.conf', 'apache/unfold-ssl.conf', 'apache/unfold.wsgi' ]),
           ( '/etc/unfold/trusted_roots', []),
           ( '/var/unfold', []),
         ])