Commit 4a0ad7e
authored
Fix description to support setuptools v59.0.0
The description metadata field is not allowed to contain newline characters.
- https://setuptools.pypa.io/en/latest/history.html#v59-0-0
- pypa/setuptools#2870
This is a quick fix to ensure that the description is a single line.1 parent f223358 commit 4a0ad7e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments