From 1ecd44e5e2a4cd55f49dcc1c2fc69415f994a552 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Wed, 21 Sep 2022 16:26:25 +1200 Subject: [PATCH] Remove log file (I think), fix project URL, and remove dead code --- radical.saga.log | 0 setup.py | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 radical.saga.log diff --git a/radical.saga.log b/radical.saga.log deleted file mode 100644 index e69de29..0000000 diff --git a/setup.py b/setup.py index 8396b50..772216c 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', -- GitLab