Skip to content

Commit 81be282

Browse files
Update Makefile
1 parent 94d6149 commit 81be282

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
@@ -20,7 +20,7 @@ clean-build:
2020
@rm -fr *.egg-info
2121

2222
manifest:
23-
@python setup.py sdist --manifest-only
23+
@python3 setup.py sdist --manifest-only
2424

2525
tox:
2626
@tox

0 commit comments

Comments
 (0)