From 373495b3a1c8ccdcfece70bac69625b6823ccec0 Mon Sep 17 00:00:00 2001 From: zyp Date: Mon, 8 May 2006 13:42:12 +0000 Subject: [project @ zyp-20060508134212-c2adcf41fc2bca06] [project @ 26] Fixing mess in SVN. --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index cea2803..f43c963 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,4 @@ setup( ext_modules=[ Extension('multihash._multihash', ['src/' + x for x in os.listdir('src') if x.endswith('.cpp')], - include_dirs = [], - library_dirs = [], - libraries = ["boost_python", "ssl"], - extra_compile_args = [])]) + libraries = ["boost_python", "ssl"])]) -- cgit v1.2.3