From 74b112074501f8605c7b271ef50a33b6446fbc03 Mon Sep 17 00:00:00 2001 From: Amr Hassan Date: Tue, 9 Sep 2008 19:29:38 +0000 Subject: [PATCH] --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d684f5a..de89cdc 100644 --- a/setup.py +++ b/setup.py @@ -3,6 +3,7 @@ from distutils.core import setup setup(name='pylast', version='0.2b8', author='Amr Hassan', + long_description = 'Python bindings for the Last.fm API 2.0', author_email='amr.hassan@gmail.com', url='http://code.google.com/p/pylast/', py_modules= ("pylast",)