# HG changeset patch # User Mads Kiilerich # Date 2017-08-12 15:28:40 # Node ID 8cea7986ed79155ac71885c37c392e835bc943af # Parent 4d04ac08fff7ecf6a555c1763cf271720d0f91a6 manifest: update file name list - for example, fix the path to the template.ini.mako config template The template.ini.mako was renamed in 6c8af2d22deb when the gearbox make-config command was introduced. 'gearbox make-config' in an installed environment would fail without this file. diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,20 +1,29 @@ +include .coveragerc include Apache-License-2.0.txt include CONTRIBUTORS include COPYING +include Jenkinsfile include LICENSE-MERGELY.html include LICENSE.md include MIT-Permissive-License.txt include README.rst +include dev_requirements.txt include development.ini +include pytest.ini +include requirements.txt +include tox.ini recursive-include docs * recursive-include init.d * recursive-include kallithea/alembic * include kallithea/bin/ldap_sync.conf -include kallithea/bin/template.ini.mako +include kallithea/lib/paster_commands/template.ini.mako recursive-include kallithea/i18n * recursive-include kallithea/public * recursive-include kallithea/templates * recursive-include kallithea/tests/fixtures * recursive-include kallithea/tests/scripts * +include kallithea/tests/models/test_dump_html_mails.ref.html +include kallithea/tests/performance/test_vcs.py include kallithea/tests/test.ini include kallithea/tests/vcs/aconfig +recursive-include scripts *