grim/hgkeeper-theme

0629e343412a
depend on hgwebplus 0.5.0 and clean up some of the install paths
#!/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/*