summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarko Kreen2008-02-28 09:27:25 +0000
committerMarko Kreen2008-02-28 09:27:25 +0000
commit012e25634c81aaa5ad32084d4d588ec43fd5c838 (patch)
tree5f9f8cdb66b37cc079fab43f7232c4b59cad3e07 /setup.py
parent8408b4ae8498b96695e4c730054beb092a2c7967 (diff)
bring new quoting & parsing code to head
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 84819f9a..01deb25c 100755
--- a/setup.py
+++ b/setup.py
@@ -53,5 +53,6 @@ setup(
'scripts/scriptmgr.ini.templ',
]),
('share/skytools', share_dup_files)],
+ ext_modules=[Extension("skytools._cquoting", ['python/modules/cquoting.c'])],
)