summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 1661e8a5..94d106fe 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,9 +2,9 @@
release = sdist bdist_wheel
test = pytest
+[bdist_wheel]
+universal = 1
+
[metadata]
license_file = LICENSE.md
long_description = file:README.rst
-
-[wheel]
-universal = 1