Add version information, change setup to use the module version

This commit is contained in:
2011-06-05 21:28:36 +01:00
parent e22a3b79f6
commit eb1716c584
3 changed files with 9 additions and 2 deletions

View File

@@ -1,9 +1,10 @@
#!/usr/bin/env python
from distutils.core import setup
from ts3 import __version__
setup(name = "python-ts3",
version = "0.1",
version = __version__,
description = "TS3 ServerQuery library for Python",
author = "Andrew Willaims",
author_email = "andy@tensixtyone.com",