8000 Update setup.py to produce universal wheels (#487) · dedic247/client_python@1521d81 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 1521d81

Browse files
xavfernandezbrian-brazil
authored andcommitted
Update setup.py to produce universal wheels (prometheus#487)
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 1521d81

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