summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-11-04 16:51:11 -0800
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-11-04 16:51:11 -0800
commit5a9bd7e020f80eb248115df7a8027cf3d0ab5f62 (patch)
tree5d229b334d37eb7806ac4f494672e8550be4f200
parent45c69218a6baf7a23dce886c629215575587cb42 (diff)
downloadpystache-5a9bd7e020f80eb248115df7a8027cf3d0ab5f62.tar.gz
Add to setup.py info about running the setup.py register command.
-rw-r--r--setup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6e9aff4..8279bd0 100644
--- a/setup.py
+++ b/setup.py
@@ -52,6 +52,11 @@ Pystache can grant you those permissions.
When you have permissions, run the following:
+ # This uploads the version metadata.
+ # TODO: update our custom publish command to include register.
+ python setup.py register
+
+ # This uploads the *.tar.gz file.
python setup.py publish
If you get an error like the following--