Skip to content

Commit

Permalink
Update versioneer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DKuba4 authored Jul 15, 2024
1 parent ce3b4ad commit 566e2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioneer.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def get_config_from_root(root):
# TODO: find a py2 compatible solution for the configparser deprecation issues
parser = configparser.ConfigParser()
with io.open(setup_cfg, 'rt', encoding="utf-8") as f:
parser.readfp(f)
parser.read_file(f)

VCS = parser.get("versioneer", "VCS") # mandatory

Expand Down

0 comments on commit 566e2ef

Please sign in to comment.