[fix] package directory
This commit is contained in:
4
setup.py
4
setup.py
@@ -7,7 +7,7 @@ SRC_DIR = 'src'
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
setup(
|
setup(
|
||||||
name='postal',
|
name='pypostal',
|
||||||
version='0.1',
|
version='0.1',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'six',
|
'six',
|
||||||
@@ -26,7 +26,7 @@ def main():
|
|||||||
),
|
),
|
||||||
|
|
||||||
],
|
],
|
||||||
packages=find_packages(),
|
packages=find_packages('python/*'),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
url='http://mapzen.com',
|
url='http://mapzen.com',
|
||||||
|
|||||||
Reference in New Issue
Block a user