Add cmsresources static files in MANIFEST.in
authorKostas Papadimitriou <kpap@grnet.gr>
Mon, 30 Apr 2012 16:25:18 +0000 (19:25 +0300)
committerKostas Papadimitriou <kpap@grnet.gr>
Mon, 30 Apr 2012 16:25:18 +0000 (19:25 +0300)
MANIFEST.in

index 6eb1dd8..d39f26c 100644 (file)
@@ -1,5 +1,7 @@
 recursive-include cloudcms *.json *.html *.json *.xml *.txt *.htc
 recursive-include cloudcmsblog *.json *.html *.json *.xml *.txt *.htc
+recursive-include cloudcmsresources *.json *.html *.json *.xml *.txt *.htc
 recursive-include cloudcms/static *
+recursive-include cloudcmsresources/static *
 recursive-include docs/ *.rst
 include distribute_setup.py