diff --git a/python/pyproject.toml b/python/pyproject.toml index 92d16f4..e3db3bd 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -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 = "k.thielemans@ucl.ac.uk" }] -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"