We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32502bf commit 4066c24Copy full SHA for 4066c24
setup.py
@@ -23,5 +23,5 @@
23
extras_require={"pymysql": ["PyMySQL >= 1.0.2"]},
24
packages=["partitionmanager"],
25
entry_points={"console_scripts": ["partition-manager=partitionmanager.cli:main"]},
26
- options={"build_scripts": {"executable": "/usr/bin/env python"}},
+ options={"build_scripts": {"executable": "/usr/bin/env python3"}},
27
)
0 commit comments