Overview
| Comment: | lt8900_spi v2.4 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk | 2.4 |
| Files: | files | file ages | folders |
| SHA3-256: |
8ab72aef0088af5e249f7bbc293aa310 |
| User & Date: | rkeene on 2020-05-07 19:22:26.624 |
| Other Links: | manifest | tags |
Context
|
2020-05-17
| ||
| 21:14 | Improved queuing and changing channel delay check-in: ef5b2dfe0c user: rkeene tags: trunk | |
|
2020-05-07
| ||
| 19:22 | lt8900_spi v2.4 check-in: 8ab72aef00 user: rkeene tags: 2.4, trunk | |
|
2020-05-05
| ||
| 19:51 | Stability improvements check-in: ab87285298 user: rkeene tags: trunk | |
Changes
Modified setup.py
from [77e0a12007]
to [3151b8c2df].
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - + |
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="lt8900_spi", # Replace with your own username
|
| ︙ |