We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8bacc0 commit 295d698Copy full SHA for 295d698
1 file changed
setup.py
@@ -1,11 +1,12 @@
1
import setuptools
2
+import codecs
3
-with open("README.md", "r") as file:
4
+with codecs.open("README.md", "r", encoding='utf8') as file:
5
long_description = file.read()
6
7
setuptools.setup(
8
name="tsic",
- version="1.2.0",
9
+ version="2.0.0",
10
author="Grillbaer",
11
author_email="holgflei+tsic@gmail.com",
12
description="Receive temperature readings from TSic 206/306/506/716 sensor chips on Raspberry Pi",
0 commit comments