Skip to content

Commit 1e9d5dd

Browse files
jontsaiJonathan Tsai
authored andcommitted
update packaging to use python instead of python3
1 parent 140497b commit 1e9d5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ clean:
1212

1313
## package - create package for dist
1414
package:
15-
python3 setup.py sdist bdist_wheel
15+
python setup.py sdist bdist_wheel
1616

1717
## repackage - runs clean and package
1818
repackage: clean package

0 commit comments

Comments
 (0)