Skip to content

Commit c4dbe46

Browse files
authored
docs: add project links to pyproject.toml (#867)
Signed-off-by: behnazh-w <[email protected]>
1 parent 70bad94 commit c4dbe46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ test-docker = [
106106
]
107107

108108
[project.urls]
109-
Homepage = "https://my.project/"
110-
Changelog = "https://my.project/CHANGELOG"
111-
Documentation = "https://my.project/docs/"
112-
Issues = "https://my.project/issues"
109+
Homepage = "https://github.com/oracle/macaron"
110+
Changelog = "https://github.com/oracle/macaron/blob/main/CHANGELOG.md"
111+
Documentation = "https://oracle.github.io/macaron/index.html"
112+
Issues = "https://github.com/oracle/macaron/issues"
113113

114114

115115
# https://bandit.readthedocs.io/en/latest/config.html

0 commit comments

Comments
 (0)