grim/hgkeeper-theme

41edd67a62bf
Add support for the title and sub_title template keywords
#!/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/*