Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlange committed Nov 8, 2019
1 parent 24df126 commit 5830ddd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
from distutils.core import setup

setup(name="Neighborhoodize",
version='0.9.5',
version='0.9.6',
description='Utility for translating lat, long coordinates into '
'neighborhoods in various cities',
author='Brian Lange',
author_email='brian.lange@datascopeanalytics.com',
author_email='thebrianlange@gmail.com',
url='https://github.com/bjlange/neighborhoodize',
download_url='https://github.com/bjlange/neighborhoodize/releases/tag/0.9.5',
download_url='https://github.com/bjlange/neighborhoodize/releases/tag/0.9.6',
packages=['neighborhoodize', ],
install_requires=[
"Shapely >= 1.5.7",
"beautifulsoup4 >= 4.3.2",
"beautifulsoup4 >= 4.4.0",
"fastkml >= 0.9",
"fiona >= 1.6.2"
],
Expand Down

0 comments on commit 5830ddd

Please sign in to comment.