summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-04 23:22:20 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-05 15:08:27 +0200
commit0605fd8e1d1ac5be1f8dcc37c9e9630e3f8287e1 (patch)
tree8833c125cfdea043080a4418d171654808023281
parent4d729a0bb63b6269a4667645008dde8762414769 (diff)
downloadpylint-git-0605fd8e1d1ac5be1f8dcc37c9e9630e3f8287e1.tar.gz
Put mailing list in the setup.cfg too
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--setup.cfg1
2 files changed, 1 insertions, 2 deletions
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index ee3744e3f..518a4657a 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -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",)
diff --git a/setup.cfg b/setup.cfg
index 627655f00..223e9c572 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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