Skip to content

Commit

Permalink
Merge pull request #230 from smash-transport/ngoetz/pypi
Browse files Browse the repository at this point in the history
Add licence to pyproject.toml
  • Loading branch information
NGoetz authored Apr 21, 2024
2 parents 15d12f5 + e025b1e commit 6a698b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The SPARKX Team

Author |  E-Mail  | Copyright ©
:----: | :----: | :---------: |
Niklas Götz | [✉️](mailto:goetz@fias.uni-frankfurt.de) | `2023 -` |
Hendrik Roch | [✉️](mailto:[email protected]) | `2023 -` |
Nils Sass | [✉️](mailto:nsass@fias.uni-frankfurt.de) | `2023 -` |
Niklas Götz | [✉️](mailto:goetz@itp.uni-frankfurt.de) | `2023 -` |
Hendrik Roch | [✉️](mailto:[email protected]) | `2023 -` |
Nils Sass | [✉️](mailto:nsass@itp.uni-frankfurt.de) | `2023 -` |

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ 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="[email protected]" },
{ name="Nils Sass", email="nsass@fias.uni-frankfurt.de" }
{ name="Niklas Götz", email="goetz@itp.uni-frankfurt.de"},
{ name="Hendrik Roch", email="[email protected]" },
{ name="Nils Sass", email="nsass@itp.uni-frankfurt.de" }
]
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",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, [email protected], nsass@fias.uni-frankfurt.de",
author_email="goetz@itp.uni-frankfurt.de, [email protected], nsass@itp.uni-frankfurt.de",
url="https://smash-transport.github.io/sparkx/",
download_url="https://github.com/smash-transport/sparkx",
license='MIT',
Expand Down

0 comments on commit 6a698b4

Please sign in to comment.