summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-01-20 21:20:12 -0800
committerTim Burke <tim.burke@gmail.com>2020-01-20 21:20:22 -0800
commit13970ac5fa2361a97fd2565bde9f08e23262d6fd (patch)
tree37534d570698f1bbff7a4ea91c4f567fed3b6e2a
parent80cdada0c20edd672e962c96a87f33932c61e1fe (diff)
downloadpython-swiftclient-13970ac5fa2361a97fd2565bde9f08e23262d6fd.tar.gz
packaging: Properly flag universal wheel
I'm not sure we've *ever* done this properly; see the PyPA docs: https://packaging.python.org/guides/distributing-packages-using-setuptools/#universal-wheels Change-Id: I8bb9e05f386076aa652b3955f0abf757d229afed
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 5653bf3..bcb4d22 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -51,7 +51,7 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
-[wheel]
+[bdist_wheel]
universal = 1
[pbr]