grim/hgwebplus

3c9b2c82af32
Added tag v0.6.2 for changeset 9aa6265f6650
#!/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/*