From 3b0823f5e6cbe428b3eb7171d07c114398343641 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Wed, 13 Nov 2013 13:44:28 -0800 Subject: [PATCH] Build Pelican wheels in universal format Including a binary wheel when uploading Pelican to PyPI will speed up installation for the Pelican community. This change ensures that the Pelican wheel is compatible with all supported Python versions. For more information, see: https://pypi.python.org/pypi/wheel --- 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 00000000..5e409001 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[wheel] +universal = 1