Merge pull request #1735 from Lukasa/wheel

Wheel
This commit is contained in:
2013-11-15 01:33:38 -08:00
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -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
+2 -1
View File
@@ -1,3 +1,4 @@
py==1.4.12
pytest==2.3.4
invoke==0.2.0
invoke==0.2.0
wheel
+2
View File
@@ -0,0 +1,2 @@
[wheel]
universal = 1