Overview
Comment: | limitlessled_rf v0.14 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.14 |
Files: | files | file ages | folders |
SHA3-256: |
2ea910c594425d5906d8c7d9abb95cf0 |
User & Date: | rkeene on 2020-05-17 21:17:12 |
Other Links: | manifest | tags |
Context
2020-08-27
| ||
17:07 | Calculate a few things better check-in: 8b48210ca6 user: rkeene tags: trunk | |
2020-05-17
| ||
21:17 | limitlessled_rf v0.14 check-in: 2ea910c594 user: rkeene tags: 0.14, trunk | |
21:16 | Pass in format config and more prototype LYH bulb support check-in: f1ab1c6102 user: rkeene tags: trunk | |
Changes
Modified setup.py from [61138932ac] to [c4e9c4d541].
1 2 3 4 5 6 7 | import setuptools with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup( name="limitlessled_rf", | | | 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", version="0.14", author="Roy Keene", author_email="pypi@rkeene.org", description="Python LimitlessLED via RF", long_description=long_description, long_description_content_type="text/markdown", url="https://chiselapp.com/user/rkeene/repository/limitlessled_rf/", packages=["limitlessled_rf"], |
︙ | ︙ |