Commit 6571053
committed
fix: use compatible license format for Python 3.8
The simple string format 'MIT' is not supported by older setuptools
versions used in Python 3.8. Changed to {text = 'MIT'} format which
is compatible with all Python versions.1 parent 670a273 commit 6571053
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments