From cdeb482a687aed8c1f45913f37c9546c606b7997 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Sun, 27 Apr 2014 00:27:56 +0200 Subject: [PATCH] Add setup.cfg to support the wheel format --- setup.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..89f3026 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,6 @@ +[wheel] +universal = 1 + +; Publish a universal wheel to PyPI: +; $ pip install -U pip wheel +; $ python setup.py sdist bdist_wheel upload