Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ea7f2b8
)
Enable universal wheel
05/12505/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Fri, 7 Sep 2018 23:24:30 +0000
(19:24 -0400)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Fri, 7 Sep 2018 23:24:33 +0000
(19:24 -0400)
lftools is Python 2 and 3 compatible so enable universal wheels.
Change-Id: I7a75f944030e35d4b021709700084abf11b6ae00
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
setup.cfg
patch
|
blob
|
history
diff --git
a/setup.cfg
b/setup.cfg
index
1d1ed79
..
0503a8b
100644
(file)
--- a/
setup.cfg
+++ b/
setup.cfg
@@
-22,6
+22,9
@@
classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
+[wheel]
+universal = 1
+
[extras]
ldap =
python-ldap~=3.1.0