From 86bdd85c4af7b61073e6004d958279524cc03eb9 Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Wed, 13 Nov 2013 19:09:49 +0000 Subject: [PATCH] Wheel support. --- Makefile | 4 ++++ setup.cfg | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 setup.cfg diff --git a/Makefile b/Makefile index e225b13757..9251923c1b 100644 --- a/Makefile +++ b/Makefile @@ -23,3 +23,7 @@ charade: git clone https://github.com/sigmavirus24/charade.git mv charade/charade requests/packages/ rm -fr charade + +publish: + python setup.py sdist upload + python setup.py bdist_wheel upload diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000000..5e4090017a --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[wheel] +universal = 1