grim/hgwebplus

f3c0a1e7bf41
Added tag v0.4.0 for changeset 5597ca3d870f
#!/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/*