Commit 7fd9389
authored
PEP 639 licenses (#214)
https://peps.python.org/pep-0639/ specifies how licenses are to be documented.
The guide here https://packaging.python.org/en/latest/guides/licensing-examples-and-user-scenarios/ is helpful.
1. Switch the 'MIT License' classifier to use 'license = "MIT"' instead. (As in the 'basic example' in the PyPA guide.
2. Bump setuptools version to minimum version with PEP 639 support.1 parent 271cfdb commit 7fd9389
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | | - | |
| 9 | + | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | | - | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
| |||
0 commit comments