Commit 0f02431
Cosimo Lupo
setup.py: exclude versions of setuptools_scm due to pypa/setuptools-scm#109
since setuptools_scm 1.13.1, untracked files cause a dirty state; this makes auto deployment to PyPI fail where it worked before.
The issue has been fixed, but the new version of setuptools_scm has not been published yet.
So here we exclude the last two versions where this issue occurs.1 parent ec316a4 commit 0f02431
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments