mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-17 03:49:25 +00:00
Modify setup.py to pickup the new ts3 package
This commit is contained in:
2
setup.py
2
setup.py
@@ -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',],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user