Skip to content

Commit

Permalink
fixes #20
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Sep 29, 2020
1 parent 9ff0ed3 commit f794bc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
long_description = open('../../README.md').read()

setup(name='geograpy3',
version='0.1.18',
version='0.1.19',
description='Extract countries, regions and cities from a URL or text',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -40,7 +40,8 @@
'nltk',
'newspaper3k',
'jellyfish',
'pycountry'
'pycountry',
'pylodstorage'
],
scripts=['geograpy/bin/geograpy-nltk'],
package_data={
Expand Down

0 comments on commit f794bc4

Please sign in to comment.