From ef7861af4968608109470208762040cc4d229ed7 Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Mon, 7 Aug 2017 17:54:03 +0100 Subject: [PATCH] Create universal wheels Previously the generated wheel was only for the version of Python under which the `setup.py publish` command was run, which means the Python 3 wheel was missing for the latest release: https://pypi.python.org/pypi/coreschema/0.0.4 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..3c6e79c --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal=1