Skip to content

Commit b771caa

Browse files
cdce8pAA-Turner
andauthored
Update default_license_files_globs
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 2704faf commit b771caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flit_core/flit_core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class ConfigError(ValueError):
7474
'dynamic',
7575
}
7676

77-
default_license_files_globs = ['COPYING*', 'LICENSE*']
77+
default_license_files_globs = ['COPYING*', 'LICEN[CS]E*']
7878

7979

8080
def read_flit_config(path):

0 commit comments

Comments
 (0)