mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
setup.cfg: More project urls
This commit is contained in:
parent
82b698e099
commit
b1ec93f477
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue