We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad861f7 + a6fed60 commit 8469330Copy full SHA for 8469330
setup.py
@@ -32,6 +32,7 @@ def get_version():
32
long_description=LONG_DESCRIPTION,
33
tests_require=['pytest', 'pytest-django'],
34
setup_requires=["pytest-runner"],
35
+ options={"bdist_wheel": {"universal": "1"}},
36
install_requires=[
37
"prometheus-client>=0.7",
38
],
0 commit comments