setup.cfg: More project urls

This commit is contained in:
Dimitri Merejkowsky 2021-10-11 17:15:52 +02:00
parent 82b698e099
commit b1ec93f477

View file

@ -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