grim/hgwebplus

Prepare for release
v0.6.4
2021-12-04, Gary Kramlich
3d54105c9687
Prepare 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/*