From 921a7ee77be0e788ab7e8c58101325d2ac4afe93 Mon Sep 17 00:00:00 2001 From: Brandur Date: Thu, 4 Jul 2024 19:49:16 -0700 Subject: [PATCH] Fix description in `pyproject.toml` and add various URLs 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. --- CHANGELOG.md | 4 ++++ pyproject.toml | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 235f2ff..74ac3c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fix `pyproject.toml` description and add various URLs like to homepage, docs, and GitHub repositories. [PR #408](https://github.com/riverqueue/river/pull/408). + ## [0.1.0] - 2024-07-04 ### Added diff --git a/pyproject.toml b/pyproject.toml index 99f0ae3..e7317d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "riverqueue" version = "0.1.0" -description = "Add your description here" +description = "Python insert-only client for River." authors = [ { name = "Eric Hauser", email = "ewhauser@gmail.com" }, { name = "Brandur Leach", email = "brandur@brandur.org" } @@ -16,6 +16,13 @@ requires-python = ">= 3.8" requires = ["hatchling"] build-backend = "hatchling.build" +[project.urls] +Homepage = "https://riverqueue.com" +Documentation = "https://riverqueue.com/docs" +Repository = "https://github.com/riverqueue/riverqueue-python.git" +Issues = "https://github.com/riverqueue/riverqueue-python/issues" +Changelog = "https://github.com/riverqueue/riverqueue-python/blob/master/CHANGELOG.md" + [tool.rye] managed = true dev-dependencies = [