Overview
Comment: | limitlessled_rf v0.10 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.10 |
Files: | files | file ages | folders |
SHA3-256: |
abd184fa6363655723dfc26968c2199a |
User & Date: | rkeene on 2020-05-02 15:11:52 |
Other Links: | manifest | tags |
Context
2020-05-07
| ||
19:21 | Preliminary support for lyh light bulbs check-in: 69fdf8915c user: rkeene tags: trunk | |
2020-05-02
| ||
15:11 | limitlessled_rf v0.10 check-in: abd184fa63 user: rkeene tags: 0.10, trunk | |
15:11 | Fix bug where stepping up/down was not effective check-in: 05b79c5264 user: rkeene tags: trunk | |
Changes
Modified setup.py from [6efe43c15a] to [86f7afb378].
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="limitlessled_rf", |
︙ |