Include alembic dir in python package
[pithos] / snf-pithos-backend / 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:
 
 # 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"
 ]
 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},
     namespace_packages = ['pithos'],
     packages = PACKAGES,
     package_dir= {'': PACKAGES_ROOT},
+    package_data=find_package_data("."),
     include_package_data = True,
     include_package_data = True,
-    package_data = find_package_data('.'),
     zip_safe = False,
 
     dependency_links = [
     zip_safe = False,
 
     dependency_links = [