aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-03-07 17:34:26 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2010-03-07 17:34:26 +0000
commit838a8d6330a21f63e23425563782c93c920a8f97 (patch)
tree43493a9b56ee5f9ed65cfe6236e20ab8b22042be
parentddc6870b084b2aabf3e00e29e831dbb93552d677 (diff)
downloadexternal_python_mako-838a8d6330a21f63e23425563782c93c920a8f97.tar.gz
external_python_mako-838a8d6330a21f63e23425563782c93c920a8f97.tar.bz2
external_python_mako-838a8d6330a21f63e23425563782c93c920a8f97.zip
OK guess you really need the * nowrel_0_3_1
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b54715d..428e55a 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ SVN version:
author_email='mike@zzzcomputing.com',
url='http://www.makotemplates.org/',
license='MIT',
- packages=find_packages('.', exclude=['examples', 'test']),
+ packages=find_packages('.', exclude=['examples*', 'test*']),
scripts=['scripts/mako-render'],
tests_require = ['nose >= 0.11'],
test_suite = "nose.collector",