summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-23 20:52:30 -0400
committerpommicket <pommicket@gmail.com>2025-09-23 20:54:10 -0400
commita31432db643a8efeb46f1033b25c5b1f9cbe02f0 (patch)
tree7d89318d3154544d5474b20084e55644dc453f4d
parent3bf2b10ae0bef28677ea0ab3e2d1bbb3fe31735f (diff)
Link repository in PyPI pageHEADv0.0.2trunk
-rw-r--r--README.md5
-rw-r--r--pyproject.toml3
2 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index f622aad..a228f11 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
# pom-parser
Python library for parsing [POM configuration files](https://pom.computer).
+
+## Changelog
+
+- `0.0.2` - Link to GitHub repository from PyPI page.
+- `0.0.1` - Initial release.
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"