File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,8 @@ license
9999 A table with either a ``file `` key (a relative path to a license file) or a
100100 ``text `` key (the license text).
101101license-files
102- A list of glob patterns for license files to include. Defaults to ``['COPYING*', 'LICENSE*'] ``.
102+ A list of glob patterns for license files to include.
103+ Defaults to ``['COPYING*', 'LICEN[CS]E*'] ``.
103104authors
104105 A list of tables with ``name `` and ``email `` keys (both optional) describing
105106 the authors of the project.
Original file line number Diff line number Diff 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
8080def read_flit_config (path ):
You can’t perform that action at this time.
0 commit comments