Skip to content

Commit

Permalink
Add wheel support.
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag committed May 6, 2014
1 parent a5a252e commit 6599a2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,9 +1,9 @@
release:
python setup.py sdist upload -r pypi
python setup.py sdist bdist_wheel upload -r pypi

# Test it via `pip install -i https://testpypi.python.org/pypi murl`
test-release:
python setup.py sdist upload -r test
python setup.py sdist bdist_wheel upload -r test

clean:
rm -rf dist/
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
@@ -1,2 +1,3 @@
nose==1.1.2
Sphinx==1.2b1
wheel==0.23.0
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[wheel]
universal = 1

0 comments on commit 6599a2d

Please sign in to comment.