summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Wrappers/Python')
-rw-r--r--Wrappers/Python/ccpi/contrib/__init__.py0
-rw-r--r--Wrappers/Python/ccpi/contrib/optimisation/__init__.py0
-rw-r--r--Wrappers/Python/ccpi/contrib/optimisation/algorithms/__init__.py0
-rwxr-xr-xWrappers/Python/ccpi/contrib/optimisation/algorithms/spdhg.py (renamed from Wrappers/Python/ccpi/optimisation/spdhg.py)0
-rw-r--r--Wrappers/Python/setup.py4
5 files changed, 3 insertions, 1 deletions
diff --git a/Wrappers/Python/ccpi/contrib/__init__.py b/Wrappers/Python/ccpi/contrib/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Wrappers/Python/ccpi/contrib/__init__.py
diff --git a/Wrappers/Python/ccpi/contrib/optimisation/__init__.py b/Wrappers/Python/ccpi/contrib/optimisation/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Wrappers/Python/ccpi/contrib/optimisation/__init__.py
diff --git a/Wrappers/Python/ccpi/contrib/optimisation/algorithms/__init__.py b/Wrappers/Python/ccpi/contrib/optimisation/algorithms/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Wrappers/Python/ccpi/contrib/optimisation/algorithms/__init__.py
diff --git a/Wrappers/Python/ccpi/optimisation/spdhg.py b/Wrappers/Python/ccpi/contrib/optimisation/algorithms/spdhg.py
index 263a7cd..263a7cd 100755
--- a/Wrappers/Python/ccpi/optimisation/spdhg.py
+++ b/Wrappers/Python/ccpi/contrib/optimisation/algorithms/spdhg.py
diff --git a/Wrappers/Python/setup.py b/Wrappers/Python/setup.py
index 87930b5..a3fde59 100644
--- a/Wrappers/Python/setup.py
+++ b/Wrappers/Python/setup.py
@@ -35,7 +35,9 @@ setup(
'ccpi.framework', 'ccpi.optimisation',
'ccpi.optimisation.operators',
'ccpi.optimisation.algorithms',
- 'ccpi.optimisation.functions'],
+ 'ccpi.optimisation.functions',
+ 'ccpi.contrib','ccpi.contrib.optimisation',
+ 'ccpi.contrib.optimisation.algorithms'],
# Project uses reStructuredText, so ensure that the docutils get
# installed or upgraded on the target machine