Skip to content

Commit

Permalink
Update vincenty version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Nov 7, 2015
1 parent cae71a7 commit 3e339c7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,14 @@

PACKAGES = find_packages(exclude=['tests', 'tests.*'])

# PACKAGE_DATA = \
# {'homeassistant.components.frontend': ['index.html.template'],
# 'homeassistant.components.frontend.www_static': ['*.*'],
# 'homeassistant.components.frontend.www_static.images': ['*.*'],
# 'homeassistant.components.mqtt': ['*.crt'],
# 'homeassistant.startup': ['*.*']}

REQUIRES = [
'requests>=2,<3',
'pyyaml>=3.11,<4',
'pytz>=2015.4',
'pip>=7.0.0',
'vincenty==0.1.2'
'vincenty==0.1.3'
]

# package_data=PACKAGE_DATA,
setup(
name=PACKAGE_NAME,
version=__version__,
Expand Down

0 comments on commit 3e339c7

Please sign in to comment.