Closed mcdonnnj closed 9 months ago
This pull request removes any shebangs and executable bits remaining for files that are in the cyhy_core package.
cyhy_core
[!NOTE] The contents of the test/ directory have been left as-is as they are not included when installing the library with pip.
test/
pip
Files in a Python package should not be configured like Python scripts would be with things like shebangs and executable bits.
I saw no issues deploying this in my testing environment and this change should not have any side-effects in general.
๐ฃ Description
This pull request removes any shebangs and executable bits remaining for files that are in the
cyhy_core
package.๐ญ Motivation and context
Files in a Python package should not be configured like Python scripts would be with things like shebangs and executable bits.
๐งช Testing
I saw no issues deploying this in my testing environment and this change should not have any side-effects in general.
โ Pre-approval checklist