grim/hgwebplus

Set the date for the release
v0.5.3
2020-05-17, Gary Kramlich
c358fb7b1ca2
Set the date for the release
#!/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/*