Skip to content

Commit

Permalink
Merge pull request #16 from pmuller/feature/doc-urls
Browse files Browse the repository at this point in the history
feat: document URLs
  • Loading branch information
pmuller authored Apr 30, 2024
2 parents feba20a + 3b2c9a1 commit e0719f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# saltstack-age change log
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ dependencies = [
readme = "README.md"
requires-python = ">= 3.8"

[project.urls]
Homepage = "https://github.com/pmuller/saltstack-age"
Repository = "https://github.com/pmuller/saltstack-age.git"
Issues = "https://github.com/pmuller/saltstack-age/issues"
Changelog = "https://github.com/pmuller/saltstack-age/blob/main/CHANGELOG.md"

[tool.rye]
managed = true
dev-dependencies = [
Expand Down

0 comments on commit e0719f1

Please sign in to comment.