summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-04-09 19:10:33 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-04-09 19:10:33 +0200
commitb77f9fb8be61698814000aefff3c1f29609bf6c8 (patch)
treee37a2e3e9a94e08ad434fc24ddd12ca7eb1f8ade /MANIFEST.in
parent6161e6e8b4472b0b56f8d0be9f448cf8ab252685 (diff)
downloadpygobject-b77f9fb8be61698814000aefff3c1f29609bf6c8.tar.gz
setup.py: Make lookup of Python valgrind suppression files work on Fedora and in a venv
They are in /usr/share/doc/python(2-devel|3-devel|\d\d) on Fedora. Also search for the suppression files in more prefixes in case we are in a virtualenv or in case the Python interpreter isn't installed. Also removes the .supp files included in the test suite as they are no longer used.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index fab933a1..10e97b6c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -9,6 +9,6 @@ include README.rst
include .gitlab-ci.yml
recursive-include examples *.py *.png *.css *.ui *.gif *.gresource *.jpg *.xml
recursive-include gi *.h
-recursive-include tests *.py *.c *.h *.xml *.supp
+recursive-include tests *.py *.c *.h *.xml
recursive-include docs *.rst *.svg LICENSE *.ico *.png *.css *.py *.dia Makefile
recursive-include .gitlab-ci *.sh *.rst *.py Dockerfile*