From 6f094f37fd2503e104a0477ac01d7a5b825d351a Mon Sep 17 00:00:00 2001 From: "Jakob Jorgensen, WS at HMXIF" Date: Fri, 26 Apr 2019 15:53:10 +0100 Subject: Reorganise ops, processors and utils as directories --- Wrappers/Python/setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Wrappers/Python/setup.py') 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 -- cgit v1.2.3