annotate MANIFEST.in @ 3181:efe23d6c178c rhodecode-0.0.1.5.2

merged with beta
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 21 Jan 2013 00:49:59 +0100
parents bf263968da47
children 7e5f8c12a3fc
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
1077
ee3a5a5f66bf fixed recursive include typo in manifest thanks to Fredrik Håård
Marcin Kuzminski <marcin@python-works.com>
parents: 844
diff changeset
5 recursive-include rhodecode/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
547
1e757ac98988 renamed project to rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 462
diff changeset
14 recursive-include rhodecode/public/css *
1e757ac98988 renamed project to rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 462
diff changeset
15 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
16 #js
1433
3d984e05d0cd Fixed typo in manifest
Marcin Kuzminski <marcin@python-works.com>
parents: 1432
diff changeset
17 recursive-include rhodecode/public/js *
552
2642f128ad46 removed egg info, update files for distutils build
Marcin Kuzminski <marcin@python-works.com>
parents: 548
diff changeset
18 #templates
2642f128ad46 removed egg info, update files for distutils build
Marcin Kuzminski <marcin@python-works.com>
parents: 548
diff changeset
19 recursive-include rhodecode/templates *