0.2b10
This commit is contained in:
parent
7e203ee5a2
commit
183bdb9434
3 changed files with 75 additions and 34 deletions
4
setup.py
4
setup.py
|
@ -1,9 +1,9 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(name='pylast',
|
||||
version='0.2b9',
|
||||
version='0.2b10',
|
||||
author='Amr Hassan',
|
||||
long_description = 'Python bindings for the Last.fm API 2.0',
|
||||
long_description = 'A Python interface to the Last.fm API',
|
||||
author_email='amr.hassan@gmail.com',
|
||||
url='http://code.google.com/p/pylast/',
|
||||
py_modules= ("pylast",)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue