This commit is contained in:
Amr Hassan 2008-09-28 06:07:17 +00:00
parent 7e203ee5a2
commit 183bdb9434
3 changed files with 75 additions and 34 deletions

View file

@ -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",)