Skip to content

Commit a6adce7

Browse files
committed
Add link to the new documentation
1 parent b60ced4 commit a6adce7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ classifiers = [
1919
]
2020
dependencies = []
2121

22+
[project.urls]
23+
Homepage = "https://tr11.github.io/python-configuration/"
24+
Documentation = "https://tr11.github.io/python-configuration/"
25+
Issues = "https://github.com/tr11/python-configuration/issues"
26+
Source = "https://github.com/tr11/python-configuration"
27+
2228
[project.optional-dependencies]
2329
# cloud
2430
aws = ["boto3>=1.28.20"]
@@ -34,11 +40,6 @@ validation = ["jsonschema>=4.21.1"]
3440
cloud = ["python-configuration[aws,azure,gcp,vault]"]
3541
file-formats = ["python-configuration[toml,yaml]"]
3642

37-
[project.urls]
38-
Documentation = "https://github.com/tr11/python-configuration"
39-
Issues = "https://github.com/tr11/python-configuration/issues"
40-
Source = "https://github.com/tr11/python-configuration"
41-
4243
[tool.hatch.version]
4344
source = "vcs"
4445

0 commit comments

Comments
 (0)