From e51c8003f3accb4f803c8a0e1dc42d1fea5d56f4 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 7 Jan 2015 15:33:59 +0200 Subject: Pypi fixes --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index da6180f..737b9f6 100644 --- a/setup.py +++ b/setup.py @@ -2,9 +2,11 @@ from setuptools import setup, find_packages setup( name="gsxws", - version="0.51", + version="0.52", description="Library for communicating with GSX Web Services API.", + long_description=open('README.rst').read(), install_requires=['PyYAML', 'lxml'], + data_files=[('', 'products.yaml')], classifiers=[ "Environment :: Web Environment", "Intended Audience :: Developers", @@ -17,7 +19,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.51", + download_url="https://github.com/filipp/py-gsxws/tarball/0.52", license="BSD", packages=find_packages(), ) -- cgit v1.2.3