From 095a60464e79ab1d181900d37d2d43aed8dffd81 Mon Sep 17 00:00:00 2001 From: Francois Dall'Asta <francois.dall-asta@univ-grenoble-alpes.fr> Date: Tue, 25 Apr 2023 14:53:10 +0200 Subject: [PATCH] update email setup.py and AUTHORS.txt --- .gitlab-ci.yml | 2 +- AUTHORS.txt | 3 ++- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c0e355..4906aea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,4 +61,4 @@ pypi_upload: - python3 -m twine upload dist/* only: variables: - - $CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+$/ \ No newline at end of file + - $CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+$/ diff --git a/AUTHORS.txt b/AUTHORS.txt index a6ebb21..32261dd 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -1,4 +1,5 @@ Nicolas Gillet Loïc Huder Yannick Martin -Franck Thollard \ No newline at end of file +Franck Thollard +François Dallasta diff --git a/setup.py b/setup.py index 7ba94ba..b133378 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( version=__version__, packages=find_packages(), author=authors, - author_email='loic.huder@univ-grenoble-alpes.fr', + author_email='francois.dall-asta@univ-grenoble-alpes.fr', url='https://gricad-gitlab.univ-grenoble-alpes.fr/Geodynamo/webgeodyn', description="A web-based plot tool to visualize Earth core flows", long_description=open('README.rst').read(), -- GitLab