From 4fda644c15356f1afccbc473ffdc47243f47e5d1 Mon Sep 17 00:00:00 2001
From: Jakob Jorgensen <jakob.jorgensen@manchester.ac.uk>
Date: Fri, 20 Apr 2018 09:32:58 +0100
Subject: Fix package name

---
 Wrappers/Python/setup.py | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

(limited to 'Wrappers/Python/setup.py')

diff --git a/Wrappers/Python/setup.py b/Wrappers/Python/setup.py
index 8985ddd..233f237 100755
--- a/Wrappers/Python/setup.py
+++ b/Wrappers/Python/setup.py
@@ -22,18 +22,13 @@ from distutils.core import setup
 import os
 import sys
 
-cil_version=os.environ['CIL_VERSION']
-if  cil_version == '':
-    print("Please set the environmental variable CIL_VERSION")
-    sys.exit(1)
-
 cil_version=os.environ['CIL_VERSION']
 if  cil_version == '':
     print("Please set the environmental variable CIL_VERSION")
     sys.exit(1)
 
 setup(
-    name="ccpi-common",
+    name="ccpi-astra",
     version=cil_version,
     packages=['ccpi' , 'ccpi.astra'],
 
@@ -53,7 +48,7 @@ setup(
     author="Edoardo Pasca",
     author_email="edoardo.pasca@stfc.ac.uk",
     description='CCPi Core Imaging Library - Astra bindings',
-    license="Apache v2.0",
+    license="GPL v3",
     keywords="Python Framework",
     url="http://www.ccpi.ac.uk",   # project home page, if any
 
-- 
cgit v1.2.3