We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c7416 commit fa54851Copy full SHA for fa54851
setup.py
@@ -1,11 +1,11 @@
1
-VERSION = "0.2.2"
+VERSION = "0.2.3"
2
3
from setuptools import setup, find_packages
4
5
-with open("readme.md", "r") as f:
+with open("readme.md", "r", encoding="utf-8") as f:
6
long_description = f.read()
7
8
-with open("requirements.txt") as f:
+with open("requirements.txt", "r", encoding="utf-8") as f:
9
requires = f.read().splitlines()
10
11
setup(
0 commit comments