mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-17 03:49:25 +00:00
Add version information, change setup to use the module version
This commit is contained in:
3
setup.py
3
setup.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user