Commit 6cd157a
authored
Adopt PEP 639 "license" field (#914)
* PEP 639 compliance
Keep the redundant Trove classifier for now, until tools such as
pip-licenses support PEP 639.
* No need to explictly specify LICENSE file
Indeed flit will automatically pick up files with standard names,
including `LICEN[CS]E*`:
https://flit.pypa.io/en/stable/pyproject_toml.html#new-style-metadata
* Bump flit to 3.11 for basic PEP 639 support
https://flit.pypa.io/en/stable/history.html#version-3-11
* flit 3.11 does not like the License classifier
flit_core.config.ConfigError: License classifiers are deprecated in favor of the license expression.
Remove the 'License :: OSI Approved :: MIT License' classifier1 parent bdaea36 commit 6cd157a
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments