Merge pull request #1121 from JonBoyleCoding/attrs-build-fix

Updated `attrs` build-system from `23.1.0` to `hatchling`
This commit is contained in:
adisbladis 2023-04-21 12:42:53 +12:00 committed by GitHub
commit a5fcd01c3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1193,7 +1193,22 @@
"setuptools"
],
"attrs": [
"setuptools"
{
"buildSystem": "setuptools",
"until": "23.1.0"
},
{
"buildSystem": "hatchling",
"from": "23.1.0"
},
{
"buildSystem": "hatch-vcs",
"from": "23.1.0"
},
{
"buildSystem": "hatch-fancy-pypi-readme",
"from": "23.1.0"
}
],
"aubio": [
"setuptools"