Skip to content

Commit

Permalink
Update make package to generate py3 only wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
elyezer committed Jul 9, 2019
1 parent 558a7e6 commit 9bdc09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lint:
flake8 testimony

package:
python setup.py sdist bdist_wheel --universal
python setup.py sdist bdist_wheel

package-clean:
rm -rf build dist testimony.egg-info
Expand Down

0 comments on commit 9bdc09e

Please sign in to comment.