summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-01-16 21:45:32 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-01-16 21:45:32 (GMT)
commitc3cd76a2a18dd36f0600fe313120ebf04904fc15 (patch)
tree6430e5de393ad87104e29e348a0160762d4ef97a /Tools
parent6932b5b3a3503110c720938a6baffe7dec6926ce (diff)
parent10cabcbe143060ab2f63c3528bb00b73e7590a2b (diff)
downloadcpython-c3cd76a2a18dd36f0600fe313120ebf04904fc15.zip
cpython-c3cd76a2a18dd36f0600fe313120ebf04904fc15.tar.gz
cpython-c3cd76a2a18dd36f0600fe313120ebf04904fc15.tar.bz2
Issue #26065: Excludes venv from library when generating embeddable distro.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/make_zip.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/msi/make_zip.py b/Tools/msi/make_zip.py
index 96fdad2..d49b5b4 100644
--- a/Tools/msi/make_zip.py
+++ b/Tools/msi/make_zip.py
@@ -23,6 +23,7 @@ EXCLUDE_FROM_LIBRARY = {
'site-packages',
'tkinter',
'turtledemo',
+ 'venv',
}
EXCLUDE_FILE_FROM_LIBRARY = {