changed versioning system to include svn revision.
This commit is contained in:
parent
5baa605bd2
commit
a34b8b558e
2 changed files with 9 additions and 4 deletions
7
setup.py
7
setup.py
|
@ -9,6 +9,7 @@ setup(name = pylast.__name__,
|
|||
author = pylast.__author__,
|
||||
description = pylast.__doc__,
|
||||
author_email = pylast.__email__,
|
||||
url='http://code.google.com/p/pylast/',
|
||||
py_modules= ("pylast",)
|
||||
)
|
||||
url = "http://code.google.com/p/pylast/",
|
||||
py_modules = ("pylast",),
|
||||
license = "GPLv3"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue