mirror of
https://github.com/kennethreitz/gistapi.py.git
synced 2026-06-05 23:10:17 +00:00
PyPi compatilibity
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user