diff options
Diffstat (limited to 'Wrappers/Python/setup.py')
-rwxr-xr-x | Wrappers/Python/setup.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Wrappers/Python/setup.py b/Wrappers/Python/setup.py index 85dde19..e854dee 100755 --- a/Wrappers/Python/setup.py +++ b/Wrappers/Python/setup.py @@ -32,7 +32,11 @@ cil_version='0.12.0' setup( name="ccpi-astra", version=cil_version, - packages=['ccpi' , 'ccpi.astra'], + packages=['ccpi' , + 'ccpi.astra', + 'ccpi.astra.operators', + 'ccpi.astra.processors', + 'ccpi.astra.utils'], # Project uses reStructuredText, so ensure that the docutils get # installed or upgraded on the target machine |