Skip to content

Commit 8469330

Browse files
authored
Merge pull request #187 from asherf/pytest2
universal wheel.
2 parents ad861f7 + a6fed60 commit 8469330

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
@@ -32,6 +32,7 @@ def get_version():
3232
long_description=LONG_DESCRIPTION,
3333
tests_require=['pytest', 'pytest-django'],
3434
setup_requires=["pytest-runner"],
35+
options={"bdist_wheel": {"universal": "1"}},
3536
install_requires=[
3637
"prometheus-client>=0.7",
3738
],

0 commit comments

Comments
 (0)