Python LimitlessLED via RF

Check-in [fe013ba8dd]
Login
Overview
Comment:limitlessled_rf v0.13
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 0.13
Files: files | file ages | folders
SHA3-256: fe013ba8dd5380ea506fb910f78496c82a1663e84abd8e26823a709b41ea2564
User & Date: rkeene on 2020-05-10 03:39:33
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
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.12",
	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"],







|







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.13",
	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"],