You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently you can no longer install arbitrary binaries using
`scripts`. Instead you need to use `data_files` now.
Discussion of error in Python 3 when trying to use `scripts` to
install binaries here:
pypa/setuptools#210. Basically, you get an
error about a failed parse when setup tools tries to rad the binary as
a Python or #! script :P
0 commit comments