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 239be25 commit ce3b4ad
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 @@ -430,7 +430,7 @@ def get_config_from_root(root):
setup_cfg = os.path.join(root, "setup.cfg")

# TODO: find a py2 compatible solution for the configparser deprecation issues
parser = configparser.SafeConfigParser()
parser = configparser.ConfigParser()
with io.open(setup_cfg, 'rt', encoding="utf-8") as f:
parser.readfp(f)

Expand Down

0 comments on commit ce3b4ad

Please sign in to comment.