Modify setup.py to pickup the new ts3 package

This commit is contained in:
2011-06-06 09:14:52 +01:00
parent 589e894f97
commit 94c9806cf2

View File

@@ -9,5 +9,5 @@ setup(name = "python-ts3",
author = "Andrew Willaims", author = "Andrew Willaims",
author_email = "andy@tensixtyone.com", author_email = "andy@tensixtyone.com",
url = "https://github.com/nikdoof/python-ts3/", url = "https://github.com/nikdoof/python-ts3/",
py_modules = ['ts3',], packages = ['ts3',],
) )