Skip to content

Commit

Permalink
Add link to the new documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tr11 committed Feb 20, 2024
1 parent b60ced4 commit a6adce7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ classifiers = [
]
dependencies = []

[project.urls]
Homepage = "https://tr11.github.io/python-configuration/"
Documentation = "https://tr11.github.io/python-configuration/"
Issues = "https://github.com/tr11/python-configuration/issues"
Source = "https://github.com/tr11/python-configuration"

[project.optional-dependencies]
# cloud
aws = ["boto3>=1.28.20"]
Expand All @@ -34,11 +40,6 @@ validation = ["jsonschema>=4.21.1"]
cloud = ["python-configuration[aws,azure,gcp,vault]"]
file-formats = ["python-configuration[toml,yaml]"]

[project.urls]
Documentation = "https://github.com/tr11/python-configuration"
Issues = "https://github.com/tr11/python-configuration/issues"
Source = "https://github.com/tr11/python-configuration"

[tool.hatch.version]
source = "vcs"

Expand Down

0 comments on commit a6adce7

Please sign in to comment.