8000 Update setup.py to produce universal wheels · Polyconseil/client_python@9f06113 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f06113

Browse files
committed
Update setup.py to produce universal wheels
To ease the transition to prometheus#457: `python setup.py sdist bdist_wheel` will produce the universal wheel in addition to the sdist. Signed-off-by: Xavier Fernandez <xavier.fernandez@polyconseil.fr>
1 parent 4b2d052 commit 9f06113

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@
5050
"Topic :: System :: Monitoring",
5151
"License :: OSI Approved :: Apache Software License",
5252
],
53+
options={'bdist_wheel': {'universal': '1'}},
5354
)

0 commit comments

Comments
 (0)
0