Skip to content

Commit f8bacc0

Browse files
author
Holger Fleischmann
committed
Packaged using setuptools for PyPi pip installation
1 parent c6506ac commit f8bacc0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The package `tsic` requires Python 3 and the great library `pigpio` for GPIO acc
1515

1616
## Installation
1717

18-
Install from Python package index [PyPI](https://pypi.org):
18+
Install from Python package index [PyPI](https://pypi.org/project/tsic/):
1919
```
2020
pip3 install tsic
2121
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setuptools.setup(
77
name="tsic",
88
version="1.2.0",
9-
author="grillbaer",
9+
author="Grillbaer",
1010
author_email="holgflei+tsic@gmail.com",
1111
description="Receive temperature readings from TSic 206/306/506/716 sensor chips on Raspberry Pi",
1212
long_description=long_description,

0 commit comments

Comments
 (0)