]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Work around Path.glob() issue when creating nuget package (GH-16855)
authorSteve Dower <steve.dower@python.org>
Sun, 20 Oct 2019 01:25:35 +0000 (18:25 -0700)
committerGitHub <noreply@github.com>
Sun, 20 Oct 2019 01:25:35 +0000 (18:25 -0700)
Tools/nuget/make_zip.py

index 8844cacb096e9c20778cfb80e28bc2a8fff94d8b..efc06bc30652813b2e1514735366af7688b528a7 100644 (file)
@@ -103,7 +103,7 @@ FULL_LAYOUT = [
     ('Lib/', 'Lib', '**/*', include_in_lib),
     ('libs/', 'PCBuild/$arch', '*.lib', include_in_libs),
     ('Tools/', 'Tools', '**/*', include_in_tools),
-    ('/', '', 'LICENSE', None),
+    ('/', '', 'LICENSE*', None),
 ]
 
 EMBED_LAYOUT = [