override: humanize: setuptools -> hatchling

This commit is contained in:
Derek Kulinski 2023-03-20 14:38:14 -07:00 committed by GitHub
parent 4e91056ff1
commit b78b0d5107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6847,8 +6847,22 @@
"setuptools"
],
"humanize": [
"setuptools",
"setuptools-scm"
{
"buildSystem": "setuptools",
"until": "4.6.0"
},
{
"buildSystem": "setuptools-scm",
"until": "4.6.0"
},
{
"buildSystem": "hatchling",
"from": "4.6.0"
},
{
"buildSystem": "hatch-vcs",
"from": "4.6.0"
}
],
"humblewx": [
"setuptools"