view MANIFEST.in @ 4976:8924172b07ff

summary: repeat repo type in front of clone URL Repeatedly, users report cloning problems of the Kallithea sources on IRC, caused by them assuming that it is a Git repository. Try to solve this problem by repeating the repository tag, indicating 'hg' or 'git' in front of the clone URL. Additionally, decrease the font size of the URL a notch, and improve alignment with the repotag by removing top/bottom padding. To avoid duplication of the repotag logic, introduce a mako def for it.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Mon, 06 Apr 2015 21:05:05 +0200
parents 48f21c3cfcdf
children ff08d3cf9aef
line wrap: on
line source

include kallithea/config/deployment.ini_tmpl
include kallithea/lib/dbmigrate/migrate.cfg

include README.rst
recursive-include kallithea/i18n *

#docs
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
recursive-include kallithea/templates *