Skip to content

Commit

Permalink
Update default_license_files_globs
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Turner <[email protected]>
  • Loading branch information
cdce8p and AA-Turner authored Nov 22, 2024
1 parent 2704faf commit b771caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flit_core/flit_core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class ConfigError(ValueError):
'dynamic',
}

default_license_files_globs = ['COPYING*', 'LICENSE*']
default_license_files_globs = ['COPYING*', 'LICEN[CS]E*']


def read_flit_config(path):
Expand Down

0 comments on commit b771caa

Please sign in to comment.