From ab938933d9b95ee7fdc19ffc4f79a7063729cb54 Mon Sep 17 00:00:00 2001 From: rmorshea Date: Thu, 14 Jan 2021 20:30:32 -0800 Subject: [PATCH] use universal wheel --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 81d12ea..5a3a589 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,3 +26,6 @@ exclude_lines = all-files = true source-dir = docs/source build-dir = docs/build + +[bdist_wheel] +universal=1