akamai / AkamaiOPEN-edgegrid-python

This library implements an Authentication handler for the Akamai OPEN EdgeGrid Authentication scheme
Apache License 2.0
88 stars 52 forks source link

Remove unnecessary shebangs and permissions #35

Closed rohanpm closed 2 years ago

rohanpm commented 5 years ago

These modules aren't designed to be runnable, so the shebang and executable bit shouldn't be here.

The motivation for this cleanup is that packaging guidelines for distros (e.g. Fedora) consider the usage of "/usr/bin/env python" undesirable. Since it's not doing anything here, it can simply be removed.

robertolopezlopez commented 2 years ago

Hi @rohanpm , thank you for creating this PR. Although it took long time, it's been merged now. It will be released to PyPI when we will have some free time slot :-)