From 94c9806cf2b07f615dfe0b6ba994c0b58f0ea4e6 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 6 Jun 2011 09:14:52 +0100 Subject: [PATCH] Modify setup.py to pickup the new ts3 package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4be93bb..92db664 100755 --- a/setup.py +++ b/setup.py @@ -9,5 +9,5 @@ setup(name = "python-ts3", author = "Andrew Willaims", author_email = "andy@tensixtyone.com", url = "https://github.com/nikdoof/python-ts3/", - py_modules = ['ts3',], + packages = ['ts3',], )