From 8fbfeb8e311c65537ead99a7e2218ca40452fb15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 20 Jun 2018 10:54:54 +0200 Subject: [PATCH] Fix flit invocation --- python-testpath.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-testpath.spec b/python-testpath.spec index b7c388c..bbd2bc2 100644 --- a/python-testpath.spec +++ b/python-testpath.spec @@ -73,7 +73,7 @@ rm -f %{pypi_name}/*.exe # and upstream does not want one # https://github.com/takluyver/flit/issues/74 # we use flit to create a wheel from sources -flit wheel +flit build --format wheel # generate html docs sphinx-build-3 doc html