提交 50460a1b 编写于 作者: F Frost Ming

Use confirm instead of ask

上级 8ec2a637
......@@ -46,7 +46,9 @@ class Command(BaseCommand):
else:
actions.do_use(project, "3", True)
is_library = (
termui.ask("Is the project a library that will be uploaded to PyPI")
termui.confirm(
"Is the project a library that will be uploaded to PyPI", default=False
)
if self.interactive
else False
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册