Skip to content

Commit 4066c24

Browse files
committed
Build scripts must call python3, not python
1 parent 32502bf commit 4066c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
extras_require={"pymysql": ["PyMySQL >= 1.0.2"]},
2424
packages=["partitionmanager"],
2525
entry_points={"console_scripts": ["partition-manager=partitionmanager.cli:main"]},
26-
options={"build_scripts": {"executable": "/usr/bin/env python"}},
26+
options={"build_scripts": {"executable": "/usr/bin/env python3"}},
2727
)

0 commit comments

Comments
 (0)