Fix flit invocation

This commit is contained in:
Miro Hrončok 2018-06-20 10:54:54 +02:00
parent 6c2db59de0
commit 8fbfeb8e31

View File

@ -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