summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-04-17 15:35:44 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-04-17 15:40:58 +0200
commitc48f60a5d9576736d86d1ef381c3e18ce7bab9ea (patch)
tree9bb39d15146c7349da57a11fd8fb4a632fb4854c /MANIFEST.in
parentca20535e993b888f22795a471988ebeb50c492d0 (diff)
downloadpygobject-c48f60a5d9576736d86d1ef381c3e18ce7bab9ea.tar.gz
tests: add our own valgrind suppression file
Contains the two condition errors which happen with Python 3.6.5 at interpreter startup.
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 4cee2980..b0770549 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,6 +8,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
+recursive-include tests *.py *.c *.h *.xml *.supp
recursive-include docs *.rst *.svg LICENSE *.ico *.png *.css *.py *.dia Makefile
recursive-include .gitlab-ci *.sh *.rst *.py Dockerfile*