From aa14fb0130b55884cf940c1f88b315c18f89e4d3 Mon Sep 17 00:00:00 2001 From: Bithin A Date: Fri, 10 Feb 2012 16:52:32 +0530 Subject: [PATCH] This is patch for issue #3. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1498bf0..3ca9385 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ libraries=['gcrypt'], include_dirs=['/usr/include', '/usr/local/include',], library_dirs=['/usr/local/lib', '/usr/local/lib64',], - extra_compile_args=['-Wall', '-Werror',]), + extra_compile_args=['-Wall']), ] packages = ['pyecc']