Skip to content

Commit a658026

Browse files
srijanskclaude
andcommitted
chore: add [project.urls] for the PyPI sidebar
Homepage / Repository / Issues / Changelog links so the PyPI project page links back to the repo (it currently has no project URLs). Docs-only metadata; takes effect on the next published release. Logged under Unreleased in the CHANGELOG. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7db3c99 commit a658026

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
- Add `[project.urls]` (Homepage / Repository / Issues / Changelog) so the PyPI project page links back to the repo. Takes effect on the next published release.
6+
37
## 0.1.1
48

59
Docs-only release. No code or behavior changes — the package is identical to 0.1.0.

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ dependencies = [
3838
[project.scripts]
3939
lore = "lore.cli:app"
4040

41+
[project.urls]
42+
Homepage = "https://github.com/srijansk/crewlore"
43+
Repository = "https://github.com/srijansk/crewlore"
44+
Issues = "https://github.com/srijansk/crewlore/issues"
45+
Changelog = "https://github.com/srijansk/crewlore/blob/main/CHANGELOG.md"
46+
4147
[project.optional-dependencies]
4248
# OpenAI SDK — for `model.provider: openai` and for `local` (OpenAI-compatible endpoints).
4349
openai = ["openai>=1.0"]

0 commit comments

Comments
 (0)