diff options
author | Filipp Lepalaan <filipp@mac.com> | 2014-12-23 12:14:00 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2014-12-23 12:14:00 +0200 |
commit | c7582871f9beb1b29dfc594f2d6607486da321eb (patch) | |
tree | a20bcdd5e400bfa51e7a30e326020a65bcaf1591 /setup.py | |
parent | 96f936de362a3a1a5a1a2ad7aa1e95554f753606 (diff) | |
download | py-gsxws-c7582871f9beb1b29dfc594f2d6607486da321eb.tar.gz py-gsxws-c7582871f9beb1b29dfc594f2d6607486da321eb.tar.bz2 py-gsxws-c7582871f9beb1b29dfc594f2d6607486da321eb.zip |
Readme fixes, version bump for PyPI
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="gsxws", - version="0.5", + version="0.51", description="Library for communicating with GSX Web Services API.", install_requires=['PyYAML', 'lxml'], classifiers=[ @@ -17,7 +17,7 @@ setup( author="Filipp Lepalaan", author_email="filipp@fps.ee", url="https://github.com/filipp/py-gsxws", - download_url="https://github.com/filipp/py-gsxws/tarball/0.5", + download_url="https://github.com/filipp/py-gsxws/tarball/0.51", license="BSD", packages=find_packages(), ) |