python: flit: 0.13 -> 1.0

This commit is contained in:
Frederik Rietdijk
2018-04-08 08:32:47 +02:00
parent af711951a1
commit 09e16249c6
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ attrs // {
buildInputs = [ flit ];
buildPhase = attrs.buildPhase or ''
runHook preBuild
flit wheel
flit build --format wheel
runHook postBuild
'';