kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio.core: Release 1.6.
rodzic
d19253a222
commit
a7f8eaa6ed
|
@ -1,6 +1,6 @@
|
||||||
srctype = micropython-lib
|
srctype = micropython-lib
|
||||||
type = package
|
type = package
|
||||||
version = 1.5.1
|
version = 1.6
|
||||||
author = Paul Sokolovsky
|
author = Paul Sokolovsky
|
||||||
desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).
|
desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).
|
||||||
long_desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).
|
long_desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).
|
||||||
|
|
|
@ -7,7 +7,7 @@ sys.path.append("..")
|
||||||
import optimize_upip
|
import optimize_upip
|
||||||
|
|
||||||
setup(name='micropython-uasyncio.core',
|
setup(name='micropython-uasyncio.core',
|
||||||
version='1.5.1',
|
version='1.6',
|
||||||
description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).',
|
description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).',
|
||||||
long_description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).',
|
long_description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).',
|
||||||
url='https://github.com/micropython/micropython-lib',
|
url='https://github.com/micropython/micropython-lib',
|
||||||
|
|
Ładowanie…
Reference in New Issue