Skip to content

Commit

Permalink
Make rachiopy ready for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
rfverbruggen committed Jun 8, 2017
1 parent b352b36 commit 9000ce8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
name='RachioPy',
version='0.1.1',
author='Robbert Verbruggen',
author_email='[email protected]',
packages=['rachiopy'],
install_requires=['httplib2'],
url='https://github.com/rfverbruggen/rachiopy',
download_url='https://github.com/rfverbruggen/rachiopy/archive/0.1.1.tar.gz',
license='MIT',
description='A Python module for the Rachio API.',
long_description=open('README.md').read(),
Expand Down

0 comments on commit 9000ce8

Please sign in to comment.