From e9912e92981d1edd25c91714e1275be6a9f5046b Mon Sep 17 00:00:00 2001 From: Wouter van Oortmerssen Date: Mon, 25 Jun 2018 15:07:26 -0700 Subject: Added setup.cfg to default to python 2/3 wheels for pypi. Change-Id: I64cf42aca79c32d21cd15c1415125ba97665d134 --- python/setup.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/setup.cfg (limited to 'python') diff --git a/python/setup.cfg b/python/setup.cfg new file mode 100644 index 00000000..3c6e79cf --- /dev/null +++ b/python/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal=1 -- cgit v1.2.3