diff options
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ setup( name="gsxws", version=VERSION, description="Library for communicating with GSX Web Services API.", - long_description=open('README.rst').read(), + long_description=open('README.md').read(), install_requires=['PyYAML', 'lxml', 'requests'], classifiers=[ "Environment :: Web Environment", |