From da91ef01414ba23480d1b62bd0fdba9eb02ab58c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 5 May 2020 18:09:21 +0300 Subject: [PATCH] Add release notes project URL Background info at https://github.com/pypa/warehouse/pull/7882#issue-412444446 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index a78b67c..e65f78c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,6 +13,8 @@ author_email = tarek@ziade.org maintainer = Ian Stapleton Cordasco maintainer_email = graffatcolmingov@gmail.com url = https://gitlab.com/pycqa/flake8 +project_urls = + Release notes = https://flake8.pycqa.org/en/latest/release-notes/ classifiers = Development Status :: 5 - Production/Stable Environment :: Console