summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumar <kumar.mcmillan@gmail.com>2011-07-30 18:58:16 -0500
committerkumar <kumar.mcmillan@gmail.com>2011-07-30 18:58:16 -0500
commitf2c1ed09b74e1949e40cea35cccfc7c8eebcfb66 (patch)
tree180ea71541f678646744b56fa1881e11552968f8
parentcb638aba56c18df43e4881f6fd3b4dff6c2cb691 (diff)
downloadnose-f2c1ed09b74e1949e40cea35cccfc7c8eebcfb66.tar.gz
Reminder about show/hide old PyPI packages in the release script
-rwxr-xr-xscripts/mkrelease.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/mkrelease.py b/scripts/mkrelease.py
index be22839..9a612f9 100755
--- a/scripts/mkrelease.py
+++ b/scripts/mkrelease.py
@@ -71,5 +71,9 @@ def main():
print u.read()
u.close()
+ print '*'
+ print "* it's live! Now you can show/hide old releases on PyPI"
+ print '*'
+
if __name__ == '__main__':
main()