summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-05-06 20:10:16 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-05-06 20:10:16 -0700
commit4bcb64aaec7d0021aea926bbe53575aaa0395471 (patch)
tree85d0c994729d92694b6aaa0aeeed99900ba6faf8
parent0029bcefe524b7ab40240fd705e1f76a60eae620 (diff)
downloadpystache-4bcb64aaec7d0021aea926bbe53575aaa0395471.tar.gz
Fixed picture caption.
-rw-r--r--README.md2
-rw-r--r--setup.py2
-rw-r--r--setup_description.rst3
3 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1f634ab..17f708c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Pystache
========
-![image](https://s3.amazonaws.com/webdev_bucket/pystache.png)
+![](https://s3.amazonaws.com/webdev_bucket/pystache.png "mustachioed, monocled snake by David Phillips")
[Pystache](https://github.com/defunkt/pystache) is a Python
implementation of [Mustache](http://mustache.github.com/). Mustache is a
diff --git a/setup.py b/setup.py
index 5fcae34..8b12585 100644
--- a/setup.py
+++ b/setup.py
@@ -95,7 +95,7 @@ README_PATH = 'README.md'
HISTORY_PATH = 'HISTORY.md'
LICENSE_PATH = 'LICENSE'
-DESCRIPTION_PATH = 'DESCRIPTION.rst'
+DESCRIPTION_PATH = 'setup_description.rst'
CLASSIFIERS = (
'Development Status :: 4 - Beta',
diff --git a/setup_description.rst b/setup_description.rst
index 934ecb9..b0a4109 100644
--- a/setup_description.rst
+++ b/setup_description.rst
@@ -5,9 +5,8 @@ Pystache
.. figure:: https://s3.amazonaws.com/webdev_bucket/pystache.png
:align: center
- :alt: image
+ :alt: mustachioed, monocled snake by David Phillips
- image
`Pystache <https://github.com/defunkt/pystache>`_ is a Python
implementation of `Mustache <http://mustache.github.com/>`_. Mustache is
a framework-agnostic, logic-free templating system inspired by