[setup] fixing packaging

This commit is contained in:
Al
2015-09-21 17:31:15 -04:00
parent 236737eab3
commit 3ac89d7ed9

View File

@@ -26,7 +26,8 @@ def main():
),
],
packages=find_packages('python/*'),
packages=find_packages('python'),
package_dir={'': 'python'},
include_package_data=True,
zip_safe=False,
url='http://mapzen.com',