annotate MANIFEST.in @ 3625:260a7a01b054 beta

follow Python conventions for boolean values True and False might be singletons and the "default" values for "boolean" expressions, but "all" values in Python has a boolean value and should be evaluated as such. Checking with 'is True' and 'is False' is thus confusing, error prone and unnessarily complex. If we anywhere rely and nullable boolean fields from the database layer and don't want the null value to be treated as False then we should check explicitly for null with 'is None'.
author Mads Kiilerich <madski@unity3d.com>
date Thu, 28 Mar 2013 01:10:45 +0100
parents 3d984e05d0cd
children bf263968da47
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 *