diff options
author | Markus Unterwaditzer <markus@unterwaditzer.net> | 2016-08-21 21:30:05 +0200 |
---|---|---|
committer | Markus Unterwaditzer <markus@unterwaditzer.net> | 2016-08-21 21:30:05 +0200 |
commit | d58ce8a607191ba9c46d8c9b656f1e869e7cef8a (patch) | |
tree | 2e473ebe172c6c5ff0f258903dd62847aab15f65 | |
parent | 9c4f63cd68117f6677efe129fa73e56875b62a20 (diff) | |
download | itsdangerous-d58ce8a607191ba9c46d8c9b656f1e869e7cef8a.tar.gz |
Add a shortcut for easy PyPI publishing
See #47
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,3 +16,6 @@ clean-pyc: upload-docs: $(MAKE) -C docs html python setup.py upload_docs + +release: + python setup.py sdist bdist_wheel upload |