Skip to content

Commit c9ed34f

Browse files
authored
Work around Path.glob() issue when creating nuget package (pythonGH-16855)
1 parent b02f692 commit c9ed34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/nuget/make_zip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def include_in_tools(p):
103103
('Lib/', 'Lib', '**/*', include_in_lib),
104104
('libs/', 'PCBuild/$arch', '*.lib', include_in_libs),
105105
('Tools/', 'Tools', '**/*', include_in_tools),
106-
('/', '', 'LICENSE', None),
106+
('/', '', 'LICENSE*', None),
107107
]
108108

109109
EMBED_LAYOUT = [

0 commit comments

Comments
 (0)