summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-04 11:17:52 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-05 15:08:27 +0200
commite8b44339a28630e087373416e4e725e454ed025f (patch)
tree735b08c549409147c880bea205c3615d38265862 /MANIFEST.in
parentf46a1fc0e52512aae536a0b8f129b6c75b7ef8ca (diff)
downloadpylint-git-e8b44339a28630e087373416e4e725e454ed025f.tar.gz
Upgrade setup.py: move from distutil to setuptools
Move from os.path to pathlib.Path and use setuptools.find_packages(), remove pytest-runner from the setup (see https://pypi.org/project/pytest-runner/) remove the bin directory and scripts variable in pkginfo as entrypoint+setuptools does the job, remove cmd_class as it's a deprecated distutils features. Remove dependency links as we do not have any non public dependencies.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 95ea7b400..5c6db2bd5 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,8 +2,7 @@ include ChangeLog
include CONTRIBUTORS.txt
include COPYING
include README.rst
-include bin/*
-include examples/*.py examples/pylintrc examples/pylintrc_camelcase
+include examples/*.py examples/pylintrc examples/pylintrc_camelcase examples/pylintrc
include elisp/startup elisp/*.el
include pytest.ini
recursive-include doc *.bat *.png *.py *.svg *.rst *.txt Makefile