grim/reviewboard_jetbrains_hub

Strip the client id before using it for authentication so gary doesn't waste 30 minutes searching for whitespace
#!/usr/bin/make -f
.PHONY: all
all: sdist
.PHONY: clean
clean:
rm -rf dist build *.egg-info
.PHONY: sdist
sdist:
python setup.py sdist
.PHONY: upload
upload:
twine upload dist/*