diff options
Diffstat (limited to 'Wrappers')
-rwxr-xr-x | Wrappers/Python/setup.py | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Wrappers/Python/setup.py b/Wrappers/Python/setup.py index 233f237..85dde19 100755 --- a/Wrappers/Python/setup.py +++ b/Wrappers/Python/setup.py @@ -22,10 +22,12 @@ 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='0.12.0' + +#cil_version=os.environ['CIL_VERSION'] +#if cil_version == '': +# print("Please set the environmental variable CIL_VERSION") +# sys.exit(1) setup( name="ccpi-astra", |