mirror of
https://github.com/python/cpython.git
synced 2025-11-13 23:46:24 +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
|
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 = {
|
||||||
'site-packages',
|
'site-packages',
|
||||||
'tkinter',
|
'tkinter',
|
||||||
'turtledemo',
|
'turtledemo',
|
||||||
|
'venv',
|
||||||
}
|
}
|
||||||
|
|
||||||
EXCLUDE_FILE_FROM_LIBRARY = {
|
EXCLUDE_FILE_FROM_LIBRARY = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue