grim/hgkeeper-theme

Move back to http_clone_url now that hgwebplus has a real solution
draft default tip
2020-11-03, Gary Kramlich
f1c13e82bd49
Move back to http_clone_url now that hgwebplus has a real solution
#!/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: dist
twine upload dist/*