We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276e4f1 commit 600bc85Copy full SHA for 600bc85
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "postcode-eu-api-client"
3
-version = "1.0.0"
+version = "1.0.1"
4
description = "Python client for the Postcode.eu API"
5
license = "BSD-2-Clause"
6
readme = "README.md"
@@ -12,6 +12,11 @@ dependencies = [
12
"requests>=2.0,<3.0",
13
]
14
15
+[project.urls]
16
+Homepage = "https://www.postcode.eu/products/address-api"
17
+Repository = "https://github.com/postcode-nl/postcode-eu-api-client-python"
18
+Issues = "https://github.com/postcode-nl/postcode-eu-api-client-python/issues"
19
+
20
[build-system]
21
requires = ["uv_build>=0.8.11,<0.9.0"]
22
build-backend = "uv_build"
0 commit comments