summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-11-06 19:11:13 +0000
committerianb <devnull@localhost>2006-11-06 19:11:13 +0000
commitd1c8512eb1fcf0e050cd0332477ae184e9215e0e (patch)
tree3c30838ac77610bd00241af026eff40542334e38 /docs
parent0bccb82337e0707a7e629564fed8941c3d69bbe3 (diff)
downloadpaste-d1c8512eb1fcf0e050cd0332477ae184e9215e0e.tar.gz
Added modulefinder declaration, per Brad Clement's request
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 2b87a5e..e9f46b0 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -15,6 +15,9 @@ svn trunk
relative links that are completely empty should but were not
preserving the query string)
+* Made ``paste.*`` compatible with `py2exe <http://www.py2exe.org/>`_
+ by adding a ``modulefinder`` call in ``__init__.py``
+
1.0
---