grim/hgwebplus

37c96b2be81d
Move to mistune 2.0.0a4 and enable a bunch of plugins
#!/usr/bin/make -f
.PHONY: all
all: sdist
.PHONY: clean
clean:
rm -rf dist build *.egg-info
.PHONY: sdist
sdist:
python3 setup.py sdist
.PHONY: upload
upload:
twine upload dist/*