From 803b31bc9a8078a1540ae2c970bf78c4a2e4b541 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 24 Oct 2015 13:11:13 +0200 Subject: [PATCH 3/3] don't hack distutils with C/LDFLAGS Signed-off-by: Igor Gnatenko --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 4588194..9bcdbdb 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,6 @@ def main(): from setuptools import find_packages from aksetup_helper import (hack_distutils, get_config, setup) - hack_distutils() conf = get_config(get_config_schema(), warn_about_no_config=False) -- 2.11.0