commit | 19f50737a6da56f05d1086a3aaea629e5e814397 | [log] [tgz] |
---|---|---|
author | Deokgyu Yang <secugyu@gmail.com> | Tue Apr 21 12:17:35 2020 +0900 |
committer | Deokgyu Yang <secugyu@gmail.com> | Tue Apr 21 12:17:35 2020 +0900 |
tree | 6a0636e92841c437bc55bcf5e8ae579342595c5b | |
parent | 0e9c6187352c2a0ad1f6f8d1d2cb77f36a0a9b2c [diff] [blame] |
Add wheel option, universal Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
diff --git a/setup.cfg b/setup.cfg index 0167558..e7291c5 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -5,3 +5,6 @@ description= A Port of WiringPi Python project for ODROID boards long_description = file:README.rst license = LGPL + +[bdist_wheel] +universal = 1