Changeset - ff08d3cf9aef
[Not reviewed]
default
0 1 0
Mads Kiilerich - 11 years ago 2015-04-07 02:51:40
madski@unity3d.com
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
1 file changed with 19 insertions and 20 deletions:
0 comments (0 inline, 0 general)
MANIFEST.in
Show inline comments
 
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
0 comments (0 inline, 0 general)