summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-09-15 15:26:38 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-09-15 15:26:38 -0700
commit1f5c678a218e1ae27bd953be572a9850721998d7 (patch)
tree7ca9e4078aa01aff3dd116c547aeb34ba891337f /TODO.md
parent893bd6ae0d6b2c8c66515496642795e9d82bfce1 (diff)
downloadpystache-1f5c678a218e1ae27bd953be572a9850721998d7.tar.gz
Add TODO to make sure README will render correctly when uploaded to PyPI.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 86ba4b2..701e6b2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,6 +2,9 @@ TODO
====
* Add Travis CI status image to README.
+* Make sure the new README will parse succesfully in PyPI. See also:
+ * http://bugs.python.org/issue15231
+ * https://github.com/cjerdonek/molt/commit/91a7f158fdd5b93b90201ae0c128d2bbbaf7f913#README.md
* Add a Renderer.render_name() method to render by template name.
* Turn the benchmarking script at pystache/tests/benchmark.py into a command in pystache/commands, or
make it a subcommand of one of the existing commands (i.e. using a command argument).