Skip to content

Commit

Permalink
Merge pull request #7 from rfverbruggen/0.1.2
Browse files Browse the repository at this point in the history
0.1.2 fixing the setup.py
  • Loading branch information
rfverbruggen committed Jun 22, 2017
2 parents 61164a8 + a4055d7 commit 3db5c01
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@

setup(
name='RachioPy',
version='0.1.1',
version='0.1.2',
author='Robbert Verbruggen',
author_email='rfverbruggen@icloud.com',
packages=['rachiopy'],
install_requires=['httplib2'],
url='https://github.com/rfverbruggen/rachiopy',
download_url='https://github.com/rfverbruggen/rachiopy/archive/0.1.1.tar.gz',
download_url='https://github.com/rfverbruggen/rachiopy/archive/0.1.2.tar.gz',
license='MIT',
description='A Python module for the Rachio API.',
long_description=open('README.md').read(),
platforms='Cross Platform',
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 3db5c01

Please sign in to comment.