annotate MANIFEST.in @ 844:62a9c5aeb5ec beta

fixed manifest to import migrate.cfg file
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 12 Dec 2010 03:23:28 +0100
parents 341beaa9edba
children ee3a5a5f66bf 42e53ebb6288
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
547
1e757ac98988 renamed project to rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 462
diff changeset
1 include rhodecode/config/deployment.ini_tmpl
844
62a9c5aeb5ec fixed manifest to import migrate.cfg file
Marcin Kuzminski <marcin@python-works.com>
parents: 683
diff changeset
2 include rhodecode/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
36d54d4479db Fixed i18n installation
Marcin Kuzminski <marcin@python-works.com>
parents: 553
diff changeset
5 recursive-include rhodecode/i18n/ *
36d54d4479db Fixed i18n installation
Marcin Kuzminski <marcin@python-works.com>
parents: 553
diff changeset
6
552
2642f128ad46 removed egg info, update files for distutils build
Marcin Kuzminski <marcin@python-works.com>
parents: 548
diff changeset
7 #images
547
1e757ac98988 renamed project to rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 462
diff changeset
8 recursive-include rhodecode/public/css *
1e757ac98988 renamed project to rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 462
diff changeset
9 recursive-include rhodecode/public/images *
552
2642f128ad46 removed egg info, update files for distutils build
Marcin Kuzminski <marcin@python-works.com>
parents: 548
diff changeset
10 #js
683
341beaa9edba Implemented whoosh index building as paster command.
Marcin Kuzminski <marcin@python-works.com>
parents: 678
diff changeset
11 include rhodecode/public/js/yui2a.js
547
1e757ac98988 renamed project to rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 462
diff changeset
12 include rhodecode/public/js/excanvas.min.js
1e757ac98988 renamed project to rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 462
diff changeset
13 include rhodecode/public/js/yui.flot.js
678
e9a0ed84aa6f fixes #58 graph.js wasn't copied to required files during installation
Marcin Kuzminski <marcin@python-works.com>
parents: 589
diff changeset
14 include rhodecode/public/js/graph.js
552
2642f128ad46 removed egg info, update files for distutils build
Marcin Kuzminski <marcin@python-works.com>
parents: 548
diff changeset
15 #templates
2642f128ad46 removed egg info, update files for distutils build
Marcin Kuzminski <marcin@python-works.com>
parents: 548
diff changeset
16 recursive-include rhodecode/templates *