summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e7e0dda..c54b1df 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pom_parser"
-version = "0.0.1"
+version = "0.0.2"
authors = [
{ name="pommicket", email="pommicket@gmail.com" },
]
@@ -19,4 +19,5 @@ license = "0BSD"
[project.urls]
Homepage = "https://pom.computer"
+Repository = "https://github.com/pommicket/pom-py"
Issues = "https://github.com/pommicket/pom-py/issues"