Skip to content

Commit 09ddf6a

Browse files
author
Paul Hallett
committed
Python wheels support
1 parent 9a136fc commit 09ddf6a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ docs:
4747
open docs/_build/html/index.html
4848

4949
release: clean
50-
python setup.py sdist upload
50+
python setup.py bdist_wheel upload
5151

5252
sdist: clean
5353
python setup.py sdist
54-
ls -l dist
54+
ls -l dist

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[wheel]
2+
universal = 1

0 commit comments

Comments
 (0)