Commit 29d60ad7 by Sébastien Eustace

Fix --format option for the build command

parent ba81d8a1
...@@ -9,7 +9,7 @@ class BuildCommand(EnvCommand): ...@@ -9,7 +9,7 @@ class BuildCommand(EnvCommand):
description = "Builds a package, as a tarball and a wheel by default." description = "Builds a package, as a tarball and a wheel by default."
options = [ options = [
option("format", "f", "Limit the format to either wheel or sdist.", flag=True) option("format", "f", "Limit the format to either wheel or sdist.", flag=False)
] ]
def handle(self): def handle(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment