From 31f6b9d8f821e32ac8490183d4dbb329eb7ad1fe Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Wed, 21 Mar 2018 09:36:18 +0000 Subject: add io to setup.py (#80) --- Wrappers/Python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Wrappers/Python') 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 -- cgit v1.2.3