Skip to content
Snippets Groups Projects
Commit 4edf2687 authored by Sebastian Mohr's avatar Sebastian Mohr
Browse files

Added urls to python package

parent 6da4c4b0
No related branches found
No related tags found
No related merge requests found
Pipeline #525166 passed
...@@ -4,7 +4,7 @@ build-backend = "hatchling.build" ...@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "snip-python" name = "snip-python"
version = "0.0.6" version = "0.0.7"
authors = [ authors = [
{ name = "Sebastian B. Mohr", email = "sebastianbernd.mohr@uni-goettingen.de" }, { name = "Sebastian B. Mohr", email = "sebastianbernd.mohr@uni-goettingen.de" },
] ]
...@@ -35,6 +35,10 @@ dependencies = [ ...@@ -35,6 +35,10 @@ dependencies = [
"numpy>=2.1.2", "numpy>=2.1.2",
] ]
[project.urls]
Homepage = "https://snip.roentgen.physik.uni-goettingen.de"
Documentation = "https://snip-python.readthedocs.io/"
Repository = "https://gitlab.gwdg.de/irp/snip"
[project.scripts] [project.scripts]
snip = "snip.__main__:app" snip = "snip.__main__:app"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment