annotate MANIFEST.in @ 4845:3a3ec35466e7

templates: move site branding in page title to base template Instead of repeating the same three lines in each and every template, move it to the base template.
author Thomas De Schampheleire <thomas.de_schampheleire@alcatel-lucent.com>
date Mon, 23 Feb 2015 22:11:38 +0100
parents 48f21c3cfcdf
children ff08d3cf9aef
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 1512
diff changeset
1 include kallithea/config/deployment.ini_tmpl
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 1512
diff changeset
2 include kallithea/lib/dbmigrate/migrate.cfg
457
644795a4e8d2 Code cleanups, made js rollup file, some preparation for .egg creation
Marcin Kuzminski <marcin@python-works.com>
parents: 0
diff changeset
3
589
36d54d4479db Fixed i18n installation
Marcin Kuzminski <marcin@python-works.com>
parents: 553
diff changeset
4 include README.rst
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 1512
diff changeset
5 recursive-include kallithea/i18n *
589
36d54d4479db Fixed i18n installation
Marcin Kuzminski <marcin@python-works.com>
parents: 553
diff changeset
6
1078
2d7a94f3eaae added docs to manifest, updated setup script
Marcin Kuzminski <marcin@python-works.com>
parents: 1077
diff changeset
7 #docs
2d7a94f3eaae added docs to manifest, updated setup script
Marcin Kuzminski <marcin@python-works.com>
parents: 1077
diff changeset
8 recursive-include docs *
2d7a94f3eaae added docs to manifest, updated setup script
Marcin Kuzminski <marcin@python-works.com>
parents: 1077
diff changeset
9
1143
0e6035a85980 added changes made in production branch back into beta
Marcin Kuzminski <marcin@python-works.com>
parents: 1078
diff changeset
10 #init.d
0e6035a85980 added changes made in production branch back into beta
Marcin Kuzminski <marcin@python-works.com>
parents: 1078
diff changeset
11 recursive-include init.d *
0e6035a85980 added changes made in production branch back into beta
Marcin Kuzminski <marcin@python-works.com>
parents: 1078
diff changeset
12
552
2642f128ad46 removed egg info, update files for distutils build
Marcin Kuzminski <marcin@python-works.com>
parents: 548
diff changeset
13 #images
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 1512
diff changeset
14 recursive-include kallithea/public/css *
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 1512
diff changeset
15 recursive-include kallithea/public/images *
552
2642f128ad46 removed egg info, update files for distutils build
Marcin Kuzminski <marcin@python-works.com>
parents: 548
diff changeset
16 #js
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 1512
diff changeset
17 recursive-include kallithea/public/js *
4565
b8efb9a39c73 setup: add missing codemirror to python manifest
Sean Farley <sean.michael.farley@gmail.com>
parents: 4186
diff changeset
18 #codemirror
b8efb9a39c73 setup: add missing codemirror to python manifest
Sean Farley <sean.michael.farley@gmail.com>
parents: 4186
diff changeset
19 recursive-include kallithea/public/codemirror *
4569
48f21c3cfcdf setup: install fontello files
Sean Farley <sean.michael.farley@gmail.com>
parents: 4565
diff changeset
20 #fontello
48f21c3cfcdf setup: install fontello files
Sean Farley <sean.michael.farley@gmail.com>
parents: 4565
diff changeset
21 recursive-include kallithea/public/fontello *
552
2642f128ad46 removed egg info, update files for distutils build
Marcin Kuzminski <marcin@python-works.com>
parents: 548
diff changeset
22 #templates
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 1512
diff changeset
23 recursive-include kallithea/templates *