summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bourke <michael@iter8ve.com>2021-12-28 19:09:07 +1100
committerMichael Bourke <michael@iter8ve.com>2021-12-28 19:09:07 +1100
commitd5312ebd1332e54a6248435230aa2bef241879b0 (patch)
treeb524f79f986a460733a1563ab94e2ec334df4571
parent4896546eb4e9248c4f3bb4827d67562227c8762f (diff)
downloadmako-d5312ebd1332e54a6248435230aa2bef241879b0.tar.gz
Corrected universal wheel directive; building wheels now targets Python 3 only
Fixes #351 Change-Id: I7bd7d105871628f3c65433e46bbf3fe7b106386a
-rw-r--r--doc/build/unreleased/351.rst6
-rw-r--r--setup.cfg3
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/build/unreleased/351.rst b/doc/build/unreleased/351.rst
new file mode 100644
index 0000000..2640464
--- /dev/null
+++ b/doc/build/unreleased/351.rst
@@ -0,0 +1,6 @@
+.. change::
+ :tags: changed, py3k
+ :tickets: 351
+
+ Corrected "universal wheel" directive in ``setup.cfg`` so that building a
+ wheel does not target Python 2.
diff --git a/setup.cfg b/setup.cfg
index d4fb9eb..ab24fd7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -92,6 +92,3 @@ ignore =
exclude = .venv,.git,.tox,dist,docs/*,*egg,build
import-order-style = google
application-import-names = mako,test
-
-[bdist_wheel]
-universal = 1