Kaydet (Commit) c3cd76a2 authored tarafından Steve Dower's avatar Steve Dower

Issue #26065: Excludes venv from library when generating embeddable distro.

...@@ -613,6 +613,9 @@ Build ...@@ -613,6 +613,9 @@ Build
Windows Windows
------- -------
- Issue #26065: Excludes venv from library when generating embeddable
distro.
- Issue #25022: Removed very outdated PC/example_nt/ directory. - Issue #25022: Removed very outdated PC/example_nt/ directory.
Tools/Demos Tools/Demos
......
...@@ -23,6 +23,7 @@ EXCLUDE_FROM_LIBRARY = { ...@@ -23,6 +23,7 @@ EXCLUDE_FROM_LIBRARY = {
'site-packages', 'site-packages',
'tkinter', 'tkinter',
'turtledemo', 'turtledemo',
'venv',
} }
EXCLUDE_FILE_FROM_LIBRARY = { EXCLUDE_FILE_FROM_LIBRARY = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment