From 6949ad2c5d23a780fe85c082e2ac6b820a185cae Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 31 Aug 2024 00:45:46 -0700 Subject: [PATCH] pyproject: link changelog --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5ca37acf..b2b5dc3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ keywords = ["PDF", "OCR", "optical character recognition", "PDF/A", "scanning"] Documentation = "https://ocrmypdf.readthedocs.io/" Source = "https://github.com/ocrmypdf/OCRmyPDF" Tracker = "https://github.com/ocrmypdf/OCRmyPDF/issues" +Changelog = "https://github.com/ocrmypdf/OCRmyPDF/docs/release_notes.rst" [project.optional-dependencies] docs = ["sphinx", "sphinx-issues", "sphinx-rtd-theme"]