summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2014-02-10 09:20:12 -0800
committerGuido van Rossum <guido@python.org>2014-02-10 09:20:12 -0800
commit422a931ac1983a0a5f3563af851182cd28935210 (patch)
treec8c6066abc7b998f39f26019cf22d98ab0f29fbd /Makefile
parent87f9161694cbcca2c374fa35b7abb934ce5f01ca (diff)
downloadtrollius-422a931ac1983a0a5f3563af851182cd28935210.tar.gz
Bump to version 0.3.1.0.3.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 448796e..87fa3ee 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,7 @@ clean:
rm -f MANIFEST
-# Make distributions for Python 3.3
+# Push a source distribution for Python 3.3 to PyPI.
+# You must update the version in setup.py first.
pypi: clean
python3.3 setup.py sdist upload