Include alembic dir in python package pithos/v0.10.0
authorKostas Papadimitriou <kpap@grnet.gr>
Wed, 18 Jul 2012 17:36:39 +0000 (20:36 +0300)
committerKostas Papadimitriou <kpap@grnet.gr>
Wed, 18 Jul 2012 17:36:39 +0000 (20:36 +0300)
snf-pithos-backend/MANIFEST.in
snf-pithos-backend/setup.py

index 9003a24..7be0975 100644 (file)
@@ -1,5 +1,5 @@
 recursive-include pithos *.json *.html *.json *.xml *.txt
-recursive-include pithos/ui/static *
+recursive-include pithos/backends/lib/sqlalchemy/alembic *
 
 include README Changelog
 include distribute_setup.py
index a70fa70..968f137 100644 (file)
@@ -79,7 +79,7 @@ TESTS_REQUIRES = [
 
 # Provided as an attribute, so you can append to these instead
 # of replicating them:
-standard_exclude = ["*.py", "*.pyc", "*$py.class", "*~", ".*", "*.bak"]
+standard_exclude = ["*.pyc", "*$py.class", "*~", ".*", "*.bak"]
 standard_exclude_directories = [
     ".*", "CVS", "_darcs", "./build", "./dist", "EGG-INFO", "*.egg-info", "snf-0.7"
 ]
@@ -184,8 +184,8 @@ setup(
     namespace_packages = ['pithos'],
     packages = PACKAGES,
     package_dir= {'': PACKAGES_ROOT},
+    package_data=find_package_data("."),
     include_package_data = True,
-    package_data = find_package_data('.'),
     zip_safe = False,
 
     dependency_links = [