From 1a54e5cdd53822e72cd0936fc4e54605f13df128 Mon Sep 17 00:00:00 2001 From: Masood Malekghassemi Date: Thu, 28 Jan 2016 16:20:46 -0800 Subject: Mitigate Python build directory naming conflict On Mac and Windows, the default directory name conflicts with the BUILD file we have. --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index add6ee8749..7194716f61 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,9 @@ [coverage:run] plugins = Cython.Coverage +[build] +build_base=python_build + [build_ext] inplace=1 -- cgit v1.2.3