summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Young <80432516+jpy-git@users.noreply.github.com>2022-03-29 16:06:01 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-31 09:42:29 +0200
commit4966c5bdd97c2996d65d7d1e1ec0dbbf647bd9a5 (patch)
tree68c5782d010585f731cf716d68e24fcd177e67df
parent7591ac04dcefc527c42fd7713c909d1319e83fab (diff)
downloadpylint-git-4966c5bdd97c2996d65d7d1e1ec0dbbf647bd9a5.tar.gz
Include ``testing_pylintrc`` in source and wheel distributions (#6029)
-rw-r--r--ChangeLog2
-rw-r--r--doc/whatsnew/2.13.rst4
-rw-r--r--setup.cfg3
3 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1de5a0830..5ae55075c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,7 +20,9 @@ What's New in Pylint 2.13.4?
============================
Release date: TBA
+* Include ``testing_pylintrc`` in source and wheel distributions.
+ Closes #6028
What's New in Pylint 2.13.3?
============================
diff --git a/doc/whatsnew/2.13.rst b/doc/whatsnew/2.13.rst
index 51daf229d..4bbf48ee7 100644
--- a/doc/whatsnew/2.13.rst
+++ b/doc/whatsnew/2.13.rst
@@ -128,6 +128,10 @@ Extensions
Other Changes
=============
+* Include ``testing_pylintrc`` in source and wheel distributions.
+
+ Closes #6028
+
* Fix false positive for ``unnecessary-ellipsis`` when using an ellipsis as a default argument.
Closes #5973
diff --git a/setup.cfg b/setup.cfg
index 25e66a3a0..eeceb78d7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -70,6 +70,9 @@ console_scripts =
pyreverse = pylint:run_pyreverse
symilar = pylint:run_symilar
+[options.package_data]
+pylint = testutils/testing_pylintrc
+
[aliases]
test = pytest