]> granicus.if.org Git - python/commitdiff
Includes ensurepip and venv packages in nuget package.
authorSteve Dower <steve.dower@microsoft.com>
Mon, 6 Feb 2017 22:12:19 +0000 (14:12 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Mon, 6 Feb 2017 22:12:19 +0000 (14:12 -0800)
1  2 
Tools/msi/make_zip.py

index 8dbe83e4f443053cffda0de1d870906428d9a8a2,6a03cbef0da53a25576df04ad87f3893228d460d..710e4a5c23ee289b12e415f6687131499b7f9134
@@@ -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'):