0.3a in the trunk now.
This commit is contained in:
parent
27947fbb9d
commit
41ce2c6489
4 changed files with 2092 additions and 2533 deletions
14
setup
Executable file
14
setup
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
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",)
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue