Python LimitlessLED via RF

Check-in [56c42e61c4]
Login
Overview
Comment:limitlessled_rf v0.9
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 0.9
Files: files | file ages | folders
SHA3-256: 56c42e61c47e8a52605edf793dcb2b605793a720cf5a121f106e0318f984a589
User & Date: rkeene on 2020-04-30 03:31:54
Other Links: manifest | tags
Context
2020-05-01
01:35
Allow multiple queues to be used check-in: 4685a421d1 user: rkeene tags: trunk
2020-04-30
03:31
limitlessled_rf v0.9 check-in: 56c42e61c4 user: rkeene tags: 0.9, trunk
02:38
Send correct CRC for CCT check-in: 6ec60511f0 user: rkeene tags: trunk
Changes

Modified setup.py from [0ef31a58ad] to [6efe43c15a].

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