From b1ec93f4774ac3a384b5b28ff9f64b6b06f9319c Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Mon, 11 Oct 2021 17:15:52 +0200 Subject: [PATCH] setup.cfg: More project urls --- setup.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 763992b..1579c53 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,11 @@ version = attr: flake8.__version__ description = the modular source code checker: pep8 pyflakes and co long_description = file: README.rst long_description_content_type = text/x-rst -url = https://github.com/pycqa/flake8 +url = https://flake8.pycqa.org +project_urls = + Changelog=https://flake8.pycqa.org/en/latest/release-notes/ + Source=https://github.com/PyCQA/flake8 + Tracker=https://github.com/PyCQA/flake8/issues author = Tarek Ziade author_email = tarek@ziade.org maintainer = Ian Stapleton Cordasco