Revision 58329afe
b/snf-pithos-backend/MANIFEST.in | ||
---|---|---|
1 | 1 |
recursive-include pithos *.json *.html *.json *.xml *.txt |
2 |
recursive-include pithos/ui/static *
|
|
2 |
recursive-include pithos/backends/lib/sqlalchemy/alembic *
|
|
3 | 3 |
|
4 | 4 |
include README Changelog |
5 | 5 |
include distribute_setup.py |
b/snf-pithos-backend/setup.py | ||
---|---|---|
79 | 79 |
|
80 | 80 |
# Provided as an attribute, so you can append to these instead |
81 | 81 |
# of replicating them: |
82 |
standard_exclude = ["*.py", "*.pyc", "*$py.class", "*~", ".*", "*.bak"]
|
|
82 |
standard_exclude = ["*.pyc", "*$py.class", "*~", ".*", "*.bak"] |
|
83 | 83 |
standard_exclude_directories = [ |
84 | 84 |
".*", "CVS", "_darcs", "./build", "./dist", "EGG-INFO", "*.egg-info", "snf-0.7" |
85 | 85 |
] |
... | ... | |
184 | 184 |
namespace_packages = ['pithos'], |
185 | 185 |
packages = PACKAGES, |
186 | 186 |
package_dir= {'': PACKAGES_ROOT}, |
187 |
package_data=find_package_data("."), |
|
187 | 188 |
include_package_data = True, |
188 |
package_data = find_package_data('.'), |
|
189 | 189 |
zip_safe = False, |
190 | 190 |
|
191 | 191 |
dependency_links = [ |
Also available in: Unified diff