Commit 96f311f
committed
setup.cfg: fix invalid version spec
after PEP440 support has been removed in newer setuptools
(v66+) this would otherwise result in an error like
setuptools.extern.packaging.specifiers.InvalidSpecifier:
Invalid specifier: '>=3.7.*'
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>1 parent 66d6d01 commit 96f311f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments