changeset 6790:8cea7986ed79

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.
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 12 Aug 2017 17:28:40 +0200
parents 4d04ac08fff7
children 87496864d4c6
files MANIFEST.in
diffstat 1 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/MANIFEST.in	Sat Aug 12 16:36:28 2017 +0200
+++ b/MANIFEST.in	Sat Aug 12 17:28:40 2017 +0200
@@ -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 *