summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 5e0292c..88fe23f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,13 +1,10 @@
[egg_info]
tag_build = dev
-
-
[tool:pytest]
addopts= --tb native -v -r fxX -W error
python_files=test/*test_*.py
-
[upload]
sign = 1
identity = C4DAFEE1
@@ -26,3 +23,6 @@ ignore =
exclude = .venv,.git,.tox,dist,docs/*,*egg,build
import-order-style = google
application-import-names = mako,test
+
+[bdist_wheel]
+universal = 1