Skip to content

Commit 5cde83e

Browse files
Put mailing list in the setup.cfg too
1 parent b216b84 commit 5cde83e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pylint/__pkginfo__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@
1313
__version__ += f"a{dev_version}"
1414
else:
1515
__version__ += f".dev{dev_version}"
16-
17-
mailing_list = ("mailto:[email protected]",)

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ project_urls =
1818
"User manual"=http://pylint.pycqa.org/en/latest/
1919
"Contributing"=http://pylint.pycqa.org/en/latest/development_guide/contribute.html
2020
"Technical references"=http://pylint.pycqa.org/en/latest/technical_reference/index.html
21+
"Mailing list"=mailto:[email protected]
2122
classifiers =
2223
Development Status :: 6 - Mature
2324
Environment :: Console

0 commit comments

Comments
 (0)