summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Wrappers/Python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/setup.py b/Wrappers/Python/setup.py
index 3f83081..a06b396 100644
--- a/Wrappers/Python/setup.py
+++ b/Wrappers/Python/setup.py
@@ -35,7 +35,7 @@ if cil_version == '':
setup(
name="ccpi-common",
version=cil_version,
- packages=['ccpi' , 'ccpi.reconstruction' , 'ccpi.astra'],
+ packages=['ccpi' , 'ccpi.reconstruction' , 'ccpi.astra', 'ccpi.io'],
# Project uses reStructuredText, so ensure that the docutils get
# installed or upgraded on the target machine