[fix] package directory

This commit is contained in:
Al
2015-09-21 03:50:05 -04:00
parent 5f912ddcd3
commit ccac4a5a90

View File

@@ -7,7 +7,7 @@ SRC_DIR = 'src'
def main():
setup(
name='postal',
name='pypostal',
version='0.1',
install_requires=[
'six',
@@ -26,7 +26,7 @@ def main():
),
],
packages=find_packages(),
packages=find_packages('python/*'),
include_package_data=True,
zip_safe=False,
url='http://mapzen.com',