diff --git a/setup.py b/setup.py index 012fcc95..babc64d1 100644 --- a/setup.py +++ b/setup.py @@ -50,4 +50,5 @@ "Topic :: System :: Monitoring", "License :: OSI Approved :: Apache Software License", ], + options={'bdist_wheel': {'universal': '1'}}, )