mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Replaced direct invocation of setup.py
This commit is contained in:
parent
3f77466f11
commit
5a35e7baee
2
Makefile
2
Makefile
|
@ -112,7 +112,7 @@ valgrind:
|
||||||
|
|
||||||
.PHONY: readme
|
.PHONY: readme
|
||||||
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
|
.PHONY: lint
|
||||||
|
|
Loading…
Reference in New Issue
Block a user