changed versioning system to include svn revision.

This commit is contained in:
Amr Hassan 2009-06-26 07:13:45 +00:00
parent 5baa605bd2
commit a34b8b558e
2 changed files with 9 additions and 4 deletions

View file

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