diff options
author | Michele Simionato <michele.simionato@gmail.com> | 2015-07-24 12:39:41 +0200 |
---|---|---|
committer | Michele Simionato <michele.simionato@gmail.com> | 2015-07-24 12:39:41 +0200 |
commit | 26cf4a7afad334eeb9cbc6508cca3971107d2ebf (patch) | |
tree | a3e5ddccd1f33fb7b5a60439728e06384dab2c6a | |
parent | af8558340567f60228a171d4eb02c5783bb006fc (diff) | |
download | python-decorator-git-4.0.0.tar.gz |
Cleaned uncommitted code4.0.0
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,4 +12,4 @@ pdf: documentation.rst rst2pdf documentation.rst -o documentation.pdf upload: documentation.pdf - python3 setup.py register sdist bdist_wheel upload + git clean -f; python3 setup.py register sdist bdist_wheel upload |