Add script and config to release to pypi as wheel

This commit is contained in:
Carles Barrobés
2014-12-13 14:26:20 +01:00
parent 14c031487e
commit bc2db9bdc5
3 changed files with 5 additions and 0 deletions

1
release-requirements.txt Normal file
View File

@@ -0,0 +1 @@
wheel

2
release.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
python setup.py sdist bdist_wheel upload

2
setup.cfg Normal file
View File

@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1