Skip to content

Commit

Permalink
update packaging to use python instead of python3
Browse files Browse the repository at this point in the history
  • Loading branch information
jontsai authored and Jonathan Tsai committed Dec 14, 2021
1 parent 140497b commit 1e9d5dd
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 @@ -12,7 +12,7 @@ clean:

## package - create package for dist
package:
python3 setup.py sdist bdist_wheel
python setup.py sdist bdist_wheel

## repackage - runs clean and package
repackage: clean package
Expand Down

0 comments on commit 1e9d5dd

Please sign in to comment.