PyPi compatilibity

This commit is contained in:
Kenneth Reitz
2010-05-16 15:19:13 -04:00
parent 2726de44b3
commit adf90e2cef
+1 -1
View File
@@ -17,7 +17,7 @@ if sys.argv[-1] == "publish":
setup(name='gistapi',
version='0.1.0',
description='Python wrapper for Gist API',
long_description=open('README.mkd').read() + '\n\n' + open('HISTORY.mkd').read(),
long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
author='Kenneth Reitz',
author_email='me@kennethreitz.com',
url='http://github.com/kennethreitz/gistapi.py',