diff --git a/radical.saga.log b/radical.saga.log deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/setup.py b/setup.py index 8396b50fa9b655d3e1b61d178f16987465b1a9a7..772216ca09b111498a0fd8afff36233ecb3ae12c 100644 --- a/setup.py +++ b/setup.py @@ -7,13 +7,12 @@ current_path = path.abspath(path.dirname(__file__)) def get_version(): with open(path.join(current_path, 'VERSION')) as f: return f.read().strip() - return "1.0.0" setup( name='autosubmit_api', version=get_version(), description='An extension to the Autosubmit package that serves its information as an API', - url='https://earth.bsc.es/gitlab/wuruchi/autosubmit_api', + url='https://earth.bsc.es/gitlab/es/autosubmit_api', author='Wilmer Uruchi', author_email='wilmer.uruchi@bsc.es', license='GNU GPL',