Skip to content

Commit

Permalink
Prebuild setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
cpburnz committed Sep 2, 2022
1 parent a2e57f1 commit 0f5e50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def generate_setup_cfg() -> None:
'include': ", ".join(config['tool']['setuptools']['packages']['find']['include'])
}

with open("setup.cfg", 'w') as fh:
with open("setup.cfg", 'w', encoding='utf8') as fh:
output.write(fh)


Expand Down

0 comments on commit 0f5e50b

Please sign in to comment.