Skip to content

Commit

Permalink
Fix installing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
step21 authored Feb 7, 2022
1 parent e0d2d8e commit 8a82381
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
@@ -1,7 +1,7 @@
import os.path
from setuptools import setup

with open(os.path.join(os.path.dirname(__file__), "README.md")) as f:
with open(os.path.join(os.path.dirname(__file__), "README.md"), encoding="utf-8") as f:
long_description = f.read()

about = {}
Expand Down

0 comments on commit 8a82381

Please sign in to comment.