Overview
| Comment: | limitlessled_rf v0.13 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk | 0.13 |
| Files: | files | file ages | folders |
| SHA3-256: |
fe013ba8dd5380ea506fb910f78496c8 |
| User & Date: | rkeene on 2020-05-10 03:39:33.424 |
| Other Links: | manifest | tags |
Context
|
2020-05-17
| ||
| 21:16 | Pass in format config and more prototype LYH bulb support check-in: f1ab1c6102 user: rkeene tags: trunk | |
|
2020-05-10
| ||
| 03:39 | limitlessled_rf v0.13 check-in: fe013ba8dd user: rkeene tags: 0.13, trunk | |
| 03:39 | Added support for night mode check-in: e8f1a31e09 user: rkeene tags: trunk | |
Changes
Modified setup.py
from [320a423657]
to [61138932ac].
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",
|
| ︙ |