grim/hgwebplus

Prep for release
v0.6.2
2020-11-02, Gary Kramlich
9aa6265f6650
Prep for release
#!/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/*