mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
Exclude source files in wx/svg from being added to bdists
This commit is contained 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
|
||||
|
Reference in New Issue
Block a user