Files
python-ts3/setup.py
Krzysztof Jagiello c95820390a version bump
2011-06-04 20:15:27 +02:00

13 lines
301 B
Python
Executable File

#!/usr/bin/env python
from distutils.core import setup
setup(name = "python-ts3",
version = "0.1",
description = "TS3 ServerQuery library for Python",
author = "Andrew Willaims",
author_email = "andy@tensixtyone.com",
url = "https://github.com/nikdoof/python-ts3/",
py_modules = ['ts3',],
)