summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 8e890f52f..9214b58b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,7 +37,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 461a3cffe..ec3b4afd2 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