summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-05 00:14:23 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-05 15:08:27 +0200
commit14841441f2669230aa0af9e652c6a4433ec1d560 (patch)
treecd24b3fb387b3fc92ae31f3b49f79b9f3c0f1af0 /MANIFEST.in
parentfe7f36dfd7e67527392f37af6fd2c2b7738eb757 (diff)
downloadpylint-git-14841441f2669230aa0af9e652c6a4433ec1d560.tar.gz
Remove pytest.ini in favor of setup.cfg
Temporary before pyproject.toml see, https://docs.pytest.org/en/stable/customize.html#setup-cfg
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 47c65a442..b4267878b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,4 @@
exclude ChangeLog # At least 'https://pylint.pycqa.org/en/latest/whatsnew/' is not downloaded for each install
-exclude pytest.ini
recursive-exclude elisp *
recursive-exclude doc *
recursive-exclude tests *