From 5cc5cc5f98548873c790231472959d3a1cf69bf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 30 Jan 2022 21:40:43 +0200 Subject: [PATCH 1/2] Add Changes project URL To display it nicely directly on the PyPI project page. Ref https://github.com/pypa/warehouse/blob/213fdf9dd849580ced0759b1dc16edac368ca955/warehouse/templates/packaging/detail.html#L24 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index a17f5f0..30a5bfa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,6 +4,7 @@ version = attr: pytest_aiohttp.__version__ url = https://github.com/aio-libs/pytest-aiohttp project_urls = GitHub = https://github.com/aio-libs/pytest-aiohttp + Changes = https://github.com/aio-libs/pytest-aiohttp/blob/master/CHANGES.rst description = Pytest plugin for aiohttp support long_description = file: README.rst long_description_content_type = text/x-rst From b6c6ec04a7e17a4073b87582babb06cb14d2dbdf Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Sat, 12 Feb 2022 14:07:51 +0200 Subject: [PATCH 2/2] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 30a5bfa..2504267 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ version = attr: pytest_aiohttp.__version__ url = https://github.com/aio-libs/pytest-aiohttp project_urls = GitHub = https://github.com/aio-libs/pytest-aiohttp - Changes = https://github.com/aio-libs/pytest-aiohttp/blob/master/CHANGES.rst + Changelog = https://github.com/aio-libs/pytest-aiohttp/blob/master/CHANGES.rst description = Pytest plugin for aiohttp support long_description = file: README.rst long_description_content_type = text/x-rst