X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=a45105bea489d840a4d883241d5e6d61f0f89e68;hb=557959f0e08f90646409d70f0231186d7a612c34;hp=cb328f5e9ec1ef5ae07edbf1744e675f8b6cac4e;hpb=9935cba5a5cce263608115be8417619500686957;p=unfold.git diff --git a/setup.py b/setup.py index cb328f5e..a45105be 100644 --- a/setup.py +++ b/setup.py @@ -15,5 +15,6 @@ packages= [ os.path.dirname(init) for init in (glob("*/__init__.py")+glob("*/*/_ setup(packages = packages, scripts = [], data_files = [ -# ( dir [ list of paths from toplevel] ) , + ( 'all-static', glob ('all-static/*')), + ( 'all-templates', glob ('all-templates/*')), ])