Skip to content

Commit

Permalink
using wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
miki725 committed May 25, 2018
1 parent e0a6b24 commit 3fbd170
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -53,8 +53,8 @@ test-all:
check: lint clean-build clean-pyc clean-test test

release: clean
python setup.py sdist upload
python setup.py sdist bdist_wheel upload

dist: clean
python setup.py sdist
python setup.py sdist bdist_wheel
ls -l dist
3 changes: 3 additions & 0 deletions setup.cfg
@@ -0,0 +1,3 @@
[bdist_wheel]
universal = 1

0 comments on commit 3fbd170

Please sign in to comment.