grim/hgwebplus

Prep for releases
v0.6.3
2020-11-03, Gary Kramlich
fa1b06d8a651
Prep for releases
#!/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/*