summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-13 13:22:57 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-13 13:22:57 +0300
commit1f036a665b5eb20e3d7f2ac7ce3a86b8d5eb4391 (patch)
treea257f05c6f7f1bc122f06ef037df8659e0355af0 /setup.py
parentbed0febdd37c4b9fdcc956f3de27adeaf34ef140 (diff)
downloadick2-1f036a665b5eb20e3d7f2ac7ce3a86b8d5eb4391.tar.gz
Fix: install package ick2version, not module
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 29d2fd1..bb06b17 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(
author='Lars Wirzenius',
author_email='liw@liw.fi',
url='http://liw.fi/ick/',
- py_modules=['ick_controller', 'ick2version'],
- packages=['ick2'],
+ py_modules=['ick_controller'],
+ packages=['ick2', 'ick2version'],
data_files=[],
)