summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
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).