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