diff MANIFEST.in @ 4987:ff08d3cf9aef

manifest: include (almost) all repo files in the release tar Before running sdist, make sure it contains exactly the right files by running: hg purge --all python setup.py compile_catalog
author Mads Kiilerich <madski@unity3d.com>
date Tue, 07 Apr 2015 02:51:40 +0200
parents 48f21c3cfcdf
children 172b00cb02e6
line wrap: on
line diff
--- a/MANIFEST.in	Tue Apr 07 02:51:24 2015 +0200
+++ b/MANIFEST.in	Tue Apr 07 02:51:40 2015 +0200
@@ -1,23 +1,22 @@
-include kallithea/config/deployment.ini_tmpl
-include kallithea/lib/dbmigrate/migrate.cfg
-
-include README.rst
-recursive-include kallithea/i18n *
-
-#docs
+include           Apache-License-2.0.txt
+include           CONTRIBUTORS
+include           COPYING
+include           LICENSE-MERGELY.html
+include           LICENSE.md
+include           MIT-Permissive-License.txt
+include           README.rst
+include           development.ini
 recursive-include docs *
-
-#init.d
 recursive-include init.d *
-
-#images
-recursive-include kallithea/public/css *
-recursive-include kallithea/public/images *
-#js
-recursive-include kallithea/public/js *
-#codemirror
-recursive-include kallithea/public/codemirror *
-#fontello
-recursive-include kallithea/public/fontello *
-#templates
+include           kallithea/bin/ldap_sync.conf
+include           kallithea/bin/template.ini.mako
+include           kallithea/config/deployment.ini_tmpl
+recursive-include kallithea/i18n *
+recursive-include kallithea/lib/dbmigrate *.py_tmpl README migrate.cfg
+recursive-include kallithea/public *
 recursive-include kallithea/templates *
+recursive-include kallithea/tests/fixtures *
+recursive-include kallithea/tests/scripts *
+include           kallithea/tests/vcs/aconfig
+include           production.ini
+include           test.ini