diff --git a/setup.cfg b/setup.cfg
index 224a77957f5db48dfa25c8bb4a35f535202da203..b2445a8c2c5a057eb9061bf04c27c3dea99ea9b4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,5 @@
 [metadata]
-description-file = README.md
\ No newline at end of file
+description-file = README.md
+
+[bdist_wheel]
+universal=1
\ No newline at end of file