Skip to content

Commit

Permalink
Add include_package_data and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlange committed Nov 3, 2015
1 parent 6ccee78 commit 8793841
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
from distutils.core import setup

setup(name="Neighborhoodize",
version='0.9.4',
version='0.9.5',
description='Utility for translating lat, long coordinates into '
'neighborhoods in various cities',
author='Brian Lange',
author_email='brian.lange@datascopeanalytics.com',
url='https://github.com/bjlange/neighborhoodize',
download_url='https://github.com/bjlange/neighborhoodize/releases/tag/0.9.4',
download_url='https://github.com/bjlange/neighborhoodize/releases/tag/0.9.5',
packages=['neighborhoodize', ],
install_requires=[
"Shapely >= 1.5.7",
"beautifulsoup4 >= 4.3.2",
"fastkml >= 0.9",
"fiona >= 1.6.2"
],
keywords=['neighborhood','gis','boundaries'],
classifiers = [],
)
keywords=['neighborhood', 'gis', 'boundaries'],
classifiers=[],
include_package_data=True)

0 comments on commit 8793841

Please sign in to comment.