X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=setup.py;h=e7ab6a5bf38c9f50a7ff4aa2f1f097f362b528ee;hp=99b077d728ad1a553f4b66110b90ef0577d84b0a;hb=c622863d98f57c1cfdaf12789c41644f51dd828b;hpb=c22a2a779edb285797b4b0a7b6297181f2165c05 diff --git a/setup.py b/setup.py index 99b077d7..e7ab6a5b 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Setup script for myslice +# Setup script for myslice+unfold # # Thierry Parmentelat # INRIA (c) 2013 @@ -21,5 +21,5 @@ 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/myslice.conf' ]), + ( 'apache', [ 'apache/unfold.conf', 'apache/unfold.wsgi' ]), ])