summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0a29d70..8934ce2 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
1import setuptools 1import setuptools
2 2
3with open("README.md", "r") as fh: 3with open("README.md", encoding='utf-8') as fh:
4 long_description = fh.read() 4 long_description = fh.read()
5 5
6setuptools.setup( 6setuptools.setup(