grim/hgkeeper-theme

Add a .reviewboardrc file
draft
2020-11-02, Gary Kramlich
4c9af23fbe68
Add a .reviewboardrc file
#!/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/*