Wheel support.
authorCory Benfield <lukasaoz@gmail.com>
Wed, 13 Nov 2013 19:09:49 +0000 (19:09 +0000)
committerCory Benfield <lukasaoz@gmail.com>
Wed, 13 Nov 2013 19:09:49 +0000 (19:09 +0000)
Makefile
setup.cfg [new file with mode: 0644]

index e225b13..9251923 100644 (file)
--- 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 (file)
index 0000000..5e40900
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[wheel]
+universal = 1