grim/hgwebplus

cf1b7d986f3b
Added tag v0.6.1 for changeset 80c32a2e310b
#!/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/*