summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJoe Young <80432516+jpy-git@users.noreply.github.com>2022-03-29 16:06:01 +0100
committerGitHub <noreply@github.com>2022-03-29 17:06:01 +0200
commit2885eef7f228fed6c443716e0945f947c219d71e (patch)
tree1c53e4d0c68032fd4786e9db9e1010aba0dc503a /setup.cfg
parent0bc45e9037416203bd11f83b84a906fcec1a47f0 (diff)
downloadpylint-git-2885eef7f228fed6c443716e0945f947c219d71e.tar.gz
Include ``testing_pylintrc`` in source and wheel distributions (#6029)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
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