grim/hgwebplus

Add Tuomo Valkonen to the COPYRIGHT and update the ChangeLog for the fix from HGWEBPLUS-13
#!/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/*