mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31:39 -05:00
editables uses flit since version 0.4
This commit is contained in:
parent
7df2913406
commit
61c4b4f13d
1 changed files with 8 additions and 1 deletions
|
@ -5501,7 +5501,14 @@
|
|||
"setuptools"
|
||||
],
|
||||
"editables": [
|
||||
"setuptools"
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "0.4"
|
||||
},
|
||||
{
|
||||
"buildSystem": "flit-core",
|
||||
"from": "0.4"
|
||||
}
|
||||
],
|
||||
"editdistance": [
|
||||
"cython",
|
||||
|
|
Loading…
Add table
Reference in a new issue