view MANIFEST.in @ 4946:5fd4000294ad

repo: remove old ez_setup.py The purpose of this script was to download and install easy_install... which is years past its expiration date. Instead, let's revamp and recommend newer tools in the docs and start by removing this file.
author Sean Farley <sean.michael.farley@gmail.com>
date Wed, 18 Feb 2015 22:29:56 -0800
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 *