Skip to content

Commit 938a7f6

Browse files
authored
Fix description in pyproject.toml and add various URLs (#18)
Fix description in `pyproject.toml` and add a set of URLs like for the home page and documentation that should end up in the PyPI sidebar.
1 parent 779dfa0 commit 938a7f6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Fix `pyproject.toml` description and add various URLs like to homepage, docs, and GitHub repositories. [PR #408](https://github.com/riverqueue/river/pull/408).
13+
1014
## [0.1.0] - 2024-07-04
1115

1216
### Added

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "riverqueue"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "Python insert-only client for River."
55
authors = [
66
{ name = "Eric Hauser", email = "[email protected]" },
77
{ name = "Brandur Leach", email = "[email protected]" }
@@ -16,6 +16,13 @@ requires-python = ">= 3.8"
1616
requires = ["hatchling"]
1717
build-backend = "hatchling.build"
1818

19+
[project.urls]
20+
Homepage = "https://riverqueue.com"
21+
Documentation = "https://riverqueue.com/docs"
22+
Repository = "https://github.com/riverqueue/riverqueue-python.git"
23+
Issues = "https://github.com/riverqueue/riverqueue-python/issues"
24+
Changelog = "https://github.com/riverqueue/riverqueue-python/blob/master/CHANGELOG.md"
25+
1926
[tool.rye]
2027
managed = true
2128
dev-dependencies = [

0 commit comments

Comments
 (0)