This commit is contained in:
parent
a369c6f0d1
commit
74b1120745
1
setup.py
1
setup.py
|
@ -3,6 +3,7 @@ from distutils.core import setup
|
||||||
setup(name='pylast',
|
setup(name='pylast',
|
||||||
version='0.2b8',
|
version='0.2b8',
|
||||||
author='Amr Hassan',
|
author='Amr Hassan',
|
||||||
|
long_description = 'Python bindings for the Last.fm API 2.0',
|
||||||
author_email='amr.hassan@gmail.com',
|
author_email='amr.hassan@gmail.com',
|
||||||
url='http://code.google.com/p/pylast/',
|
url='http://code.google.com/p/pylast/',
|
||||||
py_modules= ("pylast",)
|
py_modules= ("pylast",)
|
||||||
|
|
Loading…
Reference in a new issue