summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-13 13:15:33 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-13 13:15:33 +0300
commit653cae07027e0420f95c379f23d7e0a51d8039fa (patch)
treef632f47481ac0353f1251c00110eec8e6468a730 /setup.py
parentc9a0c8c673c23741be79e8b209e8379f54c233a8 (diff)
downloadick2-653cae07027e0420f95c379f23d7e0a51d8039fa.tar.gz
Add: install ick2version in setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fe61d7f..29d2fd1 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'],
+ py_modules=['ick_controller', 'ick2version'],
packages=['ick2'],
data_files=[],
)