4 lines
189 B
Plaintext
4 lines
189 B
Plaintext
|
# packaging >= 20.5 drops setuptools for flit, which is py3-only;
|
||
|
# prevent update hits on newer versions since they require py3 to build
|
||
|
pattern="packaging-\K20\.4(\.[0-9.]+)?(?=.tar.gz)"
|