-
Notifications
You must be signed in to change notification settings - Fork 498
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update functionality in
versioneer.py
and setup.py
- Updated `SafeConfigParser` to `ConfigParser` in `versioneer.py` to align with Python 3.2+ standards. - Replaced deprecated `readfp` method with `read_file` in `versioneer.py`. - Changed import statement to `import sysconfig` in `setup.py`. - Fixed architecture check condition to verify 64-bit Python in `setup.py`. - Updated include directories retrieval in `setup.py` to match changes in `sysconfig` API.
- Loading branch information
1 parent
aab3c6f
commit 2048382
Showing
2 changed files
with
5 additions
and
5 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