Skip to content

Commit

Permalink
minor updates to pyproject.toml
Browse files Browse the repository at this point in the history
- add urls
  • Loading branch information
KrisThielemans committed Oct 27, 2024
1 parent 6a22ace commit e0411ce
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ version = "0.0.1" # Update as needed
description = "Library and tools for working with PET Emission Tomography Standardization Initiative Raw Data (PETSIRD) data"
readme = "README.md"
authors = [{ name = "Kris Thielemans", email = "[email protected]" }]
license = { text = "Apache-2.0" } # Update as needed
license = { text = "Apache-2.0" }
requires-python = ">=3.9"
dependencies = [
"numpy>=1.22",
]

[project.urls]
Homepage = "https://etsinitiative.org/"
Repository = "https://github.com/ETSInitiative/PETSIRD.git"
Issues = "https://github.com/ETSInitiative/PETSIRD/issues"

0 comments on commit e0411ce

Please sign in to comment.