Merge pull request #888 from g00pix/prettytable-hatch

overrides: build-systems: add hatchling to prettytable
This commit is contained in:
adisbladis 2022-12-17 16:16:39 +13:00 committed by GitHub
commit dbdb1e0dbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10759,8 +10759,22 @@
"setuptools"
],
"prettytable": [
"setuptools",
"setuptools-scm"
{
"buildSystem": "setuptools",
"until": "3.5.0"
},
{
"buildSystem": "setuptools-scm",
"until": "3.5.0"
},
{
"buildSystem": "hatch-vcs",
"from": "3.5.0"
},
{
"buildSystem": "hatchling",
"from": "3.5.0"
}
],
"primecountpy": [
"cython",