Skip to content

Commit

Permalink
Exclude source files in wx/svg from being added to bdists
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinD42 committed Sep 4, 2019
1 parent 1df2811 commit 76937dc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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.
#
Expand All @@ -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

0 comments on commit 76937dc

Please sign in to comment.