summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index dc97c4ece..d9c9f63e5 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,11 +1,13 @@
include ChangeLog
+include CONTRIBUTORS.txt
include COPYING
include DEPENDS
-include README README.Python3
+include README.rst
include bin/*
include examples/*.py examples/pylintrc examples/pylintrc_camelcase
include elisp/startup elisp/*.el
include man/*.1
include pytest.ini
-recursive-include doc *.rst *.jpeg Makefile *.html *.py *.bat
-graft pylint/test
+recursive-include doc *.bat *.png *.py *.svg *.rst *.txt Makefile
+graft tests
+recursive-exclude tests *.pyc