Skip to content

Commit

Permalink
fix open mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rostyq committed Oct 24, 2023
1 parent cbfcee5 commit 4850ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from tomllib import load


with open("pyproject.toml") as f:
with open("pyproject.toml", "rb") as f:
project = load(f)["project"]

setup(
Expand Down

0 comments on commit 4850ecd

Please sign in to comment.