From d0c50b420e5f62632924623c8265f36fe89d96b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20G=C3=B6tz?= Date: Sun, 21 Apr 2024 18:37:34 +0200 Subject: [PATCH 1/3] Add licence to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3a4d5133..802e5a93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ authors = [ ] description = "Software Package for Analyzing Relativistic Kinematics in Collision eXperiments" readme = "README.md" +license = {file = "LICENSE"} requires-python = ">=3.8" classifiers = [ "Programming Language :: Python :: 3", From bda2ffdd7639a063195fbe6a324f5b955fc142b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20G=C3=B6tz?= Date: Sun, 21 Apr 2024 18:45:37 +0200 Subject: [PATCH 2/3] Change to itp email adress --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 802e5a93..b7a6b3aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,9 +6,9 @@ build-backend = "hatchling.build" name = "sparkx" version = "1.2.0" authors = [ - { name="Niklas Götz", email="goetz@fias.uni-frankfurt.de"}, - { name="Hendrik Roch", email="roch@fias.uni-frankfurt.de" }, - { name="Nils Sass", email="nsass@fias.uni-frankfurt.de" } + { name="Niklas Götz", email="goetz@itp.uni-frankfurt.de"}, + { name="Hendrik Roch", email="roch@itp.uni-frankfurt.de" }, + { name="Nils Sass", email="nsass@itp.uni-frankfurt.de" } ] description = "Software Package for Analyzing Relativistic Kinematics in Collision eXperiments" readme = "README.md" From e025b1ef3c8988e3fd6c43fee4434aaeabe280c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20G=C3=B6tz?= Date: Sun, 21 Apr 2024 19:11:16 +0200 Subject: [PATCH 3/3] Update emails globally --- CONTRIBUTORS.md | 6 +++--- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index e469ab54..310ccc51 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -6,7 +6,7 @@ The SPARKX Team Author |  E-Mail  | Copyright © :----: | :----: | :---------: | -Niklas Götz | [✉️](mailto:goetz@fias.uni-frankfurt.de) | `2023 -` | -Hendrik Roch | [✉️](mailto:roch@fias.uni-frankfurt.de) | `2023 -` | -Nils Sass | [✉️](mailto:nsass@fias.uni-frankfurt.de) | `2023 -` | +Niklas Götz | [✉️](mailto:goetz@itp.uni-frankfurt.de) | `2023 -` | +Hendrik Roch | [✉️](mailto:hroch@wayne.edu) | `2023 -` | +Nils Sass | [✉️](mailto:nsass@itp.uni-frankfurt.de) | `2023 -` | diff --git a/pyproject.toml b/pyproject.toml index b7a6b3aa..6b028ad3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "sparkx" version = "1.2.0" authors = [ { name="Niklas Götz", email="goetz@itp.uni-frankfurt.de"}, - { name="Hendrik Roch", email="roch@itp.uni-frankfurt.de" }, + { name="Hendrik Roch", email="hroch@wayne.edu" }, { name="Nils Sass", email="nsass@itp.uni-frankfurt.de" } ] description = "Software Package for Analyzing Relativistic Kinematics in Collision eXperiments" diff --git a/setup.py b/setup.py index f443b61e..2c98b746 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ long_description=open("README.md").read(), long_description_content_type="text/markdown", author='Niklas Götz, Hendrik Roch, Nils Sass', - author_email="goetz@fias.uni-frankfurt.de, roch@fias.uni-frankfurt.de, nsass@fias.uni-frankfurt.de", + author_email="goetz@itp.uni-frankfurt.de, hroch@wayne.edu, nsass@itp.uni-frankfurt.de", url="https://smash-transport.github.io/sparkx/", download_url="https://github.com/smash-transport/sparkx", license='MIT',