diff options
| author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-03-21 09:36:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-21 09:36:18 +0000 |
| commit | 31f6b9d8f821e32ac8490183d4dbb329eb7ad1fe (patch) | |
| tree | b20d89e2fc991432c1f15d89273e4790ae450345 | |
| parent | a1612c5a4a6dffbc1f328c812fa240ade4c89d8b (diff) | |
add io to setup.py (#80)
| -rw-r--r-- | Wrappers/Python/setup.py | 2 |
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 |
