Skip to content

Commit cb9cff2

Browse files
stonebigclaude
andcommitted
Fix PyPI project links: Documentation URL, add Changelog/Homepage/Issues
The Documentation link was missing /blob/master/ and pointed nowhere. Add Changelog (HISTORY.rst), Homepage and Issue Tracker entries so the PyPI sidebar is complete from the next release on. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent b745fb8 commit cb9cff2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ description="a graphic SQLite and DuckDB Client in 1 Python file"
2929
keywords = ["sqlite", "duckdb", "gui", "ttk", "sql"]
3030

3131
[project.urls]
32-
Documentation = "https://github.com/stonebig/sqlite_bro/README.rst"
32+
Homepage = "https://github.com/stonebig/sqlite_bro"
33+
Documentation = "https://github.com/stonebig/sqlite_bro/blob/master/README.rst"
34+
Changelog = "https://github.com/stonebig/sqlite_bro/blob/master/HISTORY.rst"
3335
Source = "https://github.com/stonebig/sqlite_bro"
36+
"Issue Tracker" = "https://github.com/stonebig/sqlite_bro/issues"
3437

3538
[project.scripts]
3639
sqlite_bro = "sqlite_bro.sqlite_bro:_main"

0 commit comments

Comments
 (0)