Closed bittner closed 5 years ago
The ! character ("bang!") missing in the first line of setup.py and missing executable file permissions on setup.py make it impossible to run the setup script as ./setup.py.
!
setup.py
./setup.py
This PR fixes those issues.
The
!
character ("bang!") missing in the first line ofsetup.py
and missing executable file permissions onsetup.py
make it impossible to run the setup script as./setup.py
.This PR fixes those issues.