From 54274748290a621108f6d671d2da97900b715d03 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sun, 3 Feb 2013 22:56:02 +0200 Subject: Another go with setup.py... --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ea7d0a5..697a202 100644 --- a/setup.py +++ b/setup.py @@ -22,4 +22,5 @@ setup( author_email='filipp@mcare.fi', url='https://github.com/filipp/py-gsx', license='BSD', + packages = find_packages(), ) -- cgit v1.2.3