diff options
Diffstat (limited to 'Wrappers')
-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 bbd210f..3f83081 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'], + packages=['ccpi' , 'ccpi.reconstruction' , 'ccpi.astra'], # Project uses reStructuredText, so ensure that the docutils get # installed or upgraded on the target machine |