summaryrefslogtreecommitdiff
path: root/SetupConfig.py
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-06-21 20:44:47 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-06-21 20:44:47 -0700
commitd31b642c5c2a50fb90794315550810d80b4953f4 (patch)
treeaf59e064d44287d0992a6ab318aed7f1339b437e /SetupConfig.py
parentb5340b0e6eaf3d5e82fb68353e5ae02b3e6e90c4 (diff)
downloadpython-cheetah-d31b642c5c2a50fb90794315550810d80b4953f4.tar.gz
Start building out a C-based Filters module for kicks
Diffstat (limited to 'SetupConfig.py')
-rw-r--r--SetupConfig.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/SetupConfig.py b/SetupConfig.py
index fcbe9db..047416f 100644
--- a/SetupConfig.py
+++ b/SetupConfig.py
@@ -44,6 +44,8 @@ if os.name == 'posix':
),
Extension("Cheetah._verifytype",
[os.path.join('src', 'c', '_verifytype.c')]),
+ Extension("Cheetah._filters",
+ [os.path.join('src', 'c', '_filters.c')]),
]
else:
ext_modules=[]