Replaced direct invocation of setup.py

This commit is contained in:
Andrew Murray 2022-01-06 06:19:51 +11:00
parent 3f77466f11
commit 5a35e7baee

View File

@ -112,7 +112,7 @@ valgrind:
.PHONY: readme
readme:
python3 setup.py --long-description | markdown2 > .long-description.html && open .long-description.html
markdown2 README.md > .long-description.html && open .long-description.html
.PHONY: lint