0.3a in the trunk now.

This commit is contained in:
Amr Hassan 2009-02-02 14:53:42 +00:00
parent 27947fbb9d
commit 41ce2c6489
4 changed files with 2092 additions and 2533 deletions

View file

@ -1,12 +0,0 @@
from distutils.core import setup
import pylast
setup(name = pylast.__name__,
version = pylast.__version__,
author = pylast.__author__,
long_description = pylast.__doc__,
author_email = pylast.__email__,
url='http://code.google.com/p/pylast/',
py_modules= ("pylast",)
)