summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Soranzo <nicola.soranzo@gmail.com>2020-02-19 23:08:35 +0000
committerGitHub <noreply@github.com>2020-02-19 23:08:35 +0000
commita60b6ea5f2b4aaeae493f2072600963665195179 (patch)
treeea28b3e3464711bee37f4baad3c91d514a195693
parent699b37a432392b87132b4af08eeb82b47e029670 (diff)
downloadmako-a60b6ea5f2b4aaeae493f2072600963665195179.tar.gz
Build universal wheels
See https://packaging.python.org/guides/distributing-packages-using-setuptools/#universal-wheels Last piece left out of https://gerrit.sqlalchemy.org/c/sqlalchemy/mako/+/957
-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