summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-21 20:05:09 -0500
committerChris McDonough <chrism@plope.com>2011-01-21 20:05:09 -0500
commit47442fb154eae5c6cd71a54e9b4aeee484e1c38b (patch)
tree957b32a0e4cf9d53e826e6d54cc219afe48d41b9 /TODO.txt
parent4cf41f4f042067b3bb0001436640ab52b15f3249 (diff)
downloadpyramid-47442fb154eae5c6cd71a54e9b4aeee484e1c38b.tar.gz
pyramid-47442fb154eae5c6cd71a54e9b4aeee484e1c38b.tar.bz2
pyramid-47442fb154eae5c6cd71a54e9b4aeee484e1c38b.zip
- Add a ``MANIFEST.in`` file to each paster template. See
https://github.com/Pylons/pyramid/issues#issue/95 Closes issue #95.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 31e4a4dc0..c8f8bf2e7 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,9 +4,6 @@ Pyramid TODOs
Must-Have (before 1.0)
----------------------
-- Add MANIFEST.in to each paster template? See
- https://github.com/Pylons/pyramid/issues#issue/95
-
- Explain ``{foo:<regex>}`` pattern formatting and purpose better in
within URL dispatch chapter.