grim/hgwebplus

Add a title keyword. Fixes HGWEBPLUS-5

2020-05-17, Gary Kramlich
f2ce0e4ea6ac
Add a title keyword. Fixes HGWEBPLUS-5
#!/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/*