Merge pull request #993 from l0b0/fix/jupyter-console

fix: Build jupyter-console 6.6.0 onwards with hatchling
This commit is contained in:
adisbladis 2023-02-27 12:45:54 +13:00 committed by GitHub
commit adf11ce52d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1165 additions and 1201 deletions

View file

@ -7478,7 +7478,14 @@
"setuptools" "setuptools"
], ],
"jupyter-console": [ "jupyter-console": [
"setuptools" {
"buildSystem": "setuptools",
"until": "6.6.0"
},
{
"buildSystem": "hatchling",
"from": "6.6.0"
}
], ],
"jupyter-core": [ "jupyter-core": [
{ {

File diff suppressed because it is too large Load diff