forked from ksubramz/gradunwarp
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make version name compliant with PEP440
pip has deprecated (pypa/pip#8102) version names that do not comply with PEP440 (https://peps.python.org/pep-0440/). Making this change also avoids what seems to be a bug in newer versions of setuptools which can mangle the shebang (#!) when installing gradient_unwarp.py using the fallback option used by pip for non-compliant packages.
- Loading branch information
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters