summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-24 03:24:42 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-24 03:24:42 -0700
commitff36b627772bc37263093f2d01fb08e699472c75 (patch)
tree202ba34f34084bdbaf37709c3ae51d3868a3bde3 /setup.py
parent9447214e6bd58376bf12c29b1d9e929a0f827d60 (diff)
downloadpystache-ff36b627772bc37263093f2d01fb08e699472c75.tar.gz
Test scripts now work with and without source.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ee42dfe..6072744 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
# coding: utf-8
"""
-This script supports distributing Pystache and testing it from a source distribution.
+This script supports publishing Pystache to PyPI.
Below are instructions to pystache maintainers on how to push a new
version of pystache to PyPI--