Put mailing list in the setup.cfg too

This commit is contained in:
Pierre Sassoulas 2021-04-04 23:22:20 +02:00
parent 4d729a0bb6
commit 0605fd8e1d
2 changed files with 1 additions and 2 deletions

View File

@ -13,5 +13,3 @@ if dev_version is not None:
__version__ += f"a{dev_version}"
else:
__version__ += f".dev{dev_version}"
mailing_list = ("mailto:code-quality@python.org",)

View File

@ -18,6 +18,7 @@ project_urls =
"User manual"=http://pylint.pycqa.org/en/latest/
"Contributing"=http://pylint.pycqa.org/en/latest/development_guide/contribute.html
"Technical references"=http://pylint.pycqa.org/en/latest/technical_reference/index.html
"Mailing list"=mailto:code-quality@python.org
classifiers =
Development Status :: 6 - Mature
Environment :: Console