mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Issue #26065: Excludes venv from library when generating embeddable distro.
This commit is contained in:
commit
c3cd76a2a1
2 changed files with 4 additions and 0 deletions
|
|
@ -613,6 +613,9 @@ Build
|
|||
Windows
|
||||
-------
|
||||
|
||||
- Issue #26065: Excludes venv from library when generating embeddable
|
||||
distro.
|
||||
|
||||
- Issue #25022: Removed very outdated PC/example_nt/ directory.
|
||||
|
||||
Tools/Demos
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ EXCLUDE_FROM_LIBRARY = {
|
|||
'site-packages',
|
||||
'tkinter',
|
||||
'turtledemo',
|
||||
'venv',
|
||||
}
|
||||
|
||||
EXCLUDE_FILE_FROM_LIBRARY = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue