From 76937dca90eef37acb228a6eb4f02d6f5f5305be Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 25 Jul 2019 11:00:42 -0700 Subject: [PATCH] Exclude source files in wx/svg from being added to bdists --- MANIFEST.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7e1cc57c..0fa4143e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,7 @@ # # Although we don't use this template to make source distributions, it is -# still an easy way to specify what data files (non *.py files) should be -# included in the package dirs. +# still an easy way to specify what data files (non *.py files) should be, +# or should not be included in the package dirs. # # See cmd_sdist() in build.py for the actual building of the source dist. # @@ -17,3 +17,7 @@ prune docs/sphinx/build recursive-exclude wx .git recursive-exclude wx *.pyc recursive-exclude wx __pycache__ + +exclude wx/svg/*.c +exclude wx/svg/*.pyx +exclude wx/svg/*.pxd