Skip to content

Commit 0bdda36

Browse files
tbitcsoz-agent
andcommitted
fix: add Documentation and Issues URLs to PyPI sidebar
Adds to [project.urls]: - Documentation → specsmith.readthedocs.io - Issues → github.com/BitConcepts/specsmith/issues These appear in PyPI's 'Project links' sidebar on next release. Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 1f70975 commit 0bdda36

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ specsmith = "specsmith.cli:main"
5454

5555
[project.urls]
5656
Homepage = "https://github.com/BitConcepts/specsmith"
57+
Documentation = "https://specsmith.readthedocs.io"
5758
Repository = "https://github.com/BitConcepts/specsmith"
5859
Changelog = "https://github.com/BitConcepts/specsmith/blob/main/CHANGELOG.md"
60+
Issues = "https://github.com/BitConcepts/specsmith/issues"
5961

6062
[tool.setuptools.packages.find]
6163
where = ["src"]

0 commit comments

Comments
 (0)