From: Steve Dower Date: Mon, 6 Feb 2017 22:12:19 +0000 (-0800) Subject: Includes ensurepip and venv packages in nuget package. X-Git-Tag: v3.6.1rc1~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f007b49eb95b3b713f101008fdd5a1eb39d43443;p=python Includes ensurepip and venv packages in nuget package. --- f007b49eb95b3b713f101008fdd5a1eb39d43443 diff --cc Tools/msi/make_zip.py index 8dbe83e4f4,6a03cbef0d..710e4a5c23 --- a/Tools/msi/make_zip.py +++ b/Tools/msi/make_zip.py @@@ -111,10 -114,10 +120,10 @@@ FULL_LAYOUT = ] EMBED_LAYOUT = [ - ('/', '$build', 'python*.exe', is_not_debug), - ('/', '$build', '*.pyd', is_not_debug), - ('/', '$build', '*.dll', is_not_debug), - ('python{0.major}{0.minor}.zip'.format(sys.version_info), 'Lib', '**/*', include_in_embeddable_lib), + ('/', 'PCBuild/$arch', 'python*.exe', is_not_debug), + ('/', 'PCBuild/$arch', '*.pyd', is_not_debug), + ('/', 'PCBuild/$arch', '*.dll', is_not_debug), - ('{}.zip'.format(BASE_NAME), 'Lib', '**/*', include_in_lib), ++ ('{}.zip'.format(BASE_NAME), 'Lib', '**/*', include_in_embeddable_lib), ] if os.getenv('DOC_FILENAME'):