We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6506ac commit f8bacc0Copy full SHA for f8bacc0
2 files changed
README.md
@@ -15,7 +15,7 @@ The package `tsic` requires Python 3 and the great library `pigpio` for GPIO acc
15
16
## Installation
17
18
-Install from Python package index [PyPI](https://pypi.org):
+Install from Python package index [PyPI](https://pypi.org/project/tsic/):
19
```
20
pip3 install tsic
21
setup.py
@@ -6,7 +6,7 @@
6
setuptools.setup(
7
name="tsic",
8
version="1.2.0",
9
- author="grillbaer",
+ author="Grillbaer",
10
author_email="holgflei+tsic@gmail.com",
11
description="Receive temperature readings from TSic 206/306/506/716 sensor chips on Raspberry Pi",
12
long_description=long_description,
0 commit comments