From dc48c11e1a6ab1f56143183011fdd1fd6ffa9d25 Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Tue, 2 Aug 2022 01:53:29 +0100 Subject: [PATCH] Add Changelog to PyPI Project URLs --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6b04465..83ba98d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ classifiers = [ [tool.poetry.urls] "Bug Tracker" = "https://github.com/rlaphoenix/pywidevine/issues" "Forums" = "https://github.com/rlaphoenix/pywidevine/discussions" +"Changelog" = "https://github.com/rlaphoenix/pywidevine/blob/master/CHANGELOG.md" [tool.poetry.dependencies] python = ">=3.7,<3.11"