kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio.core: Release 1.5.1, updated description.
rodzic
a314da83f1
commit
e046338ea2
|
@ -1,5 +1,6 @@
|
|||
srctype = micropython-lib
|
||||
type = package
|
||||
version = 1.5
|
||||
version = 1.5.1
|
||||
author = Paul Sokolovsky
|
||||
long_desc = Lightweight implementation of asyncio-like library 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).
|
||||
|
|
|
@ -7,9 +7,9 @@ sys.path.append("..")
|
|||
import optimize_upip
|
||||
|
||||
setup(name='micropython-uasyncio.core',
|
||||
version='1.5',
|
||||
description='uasyncio.core module for MicroPython',
|
||||
long_description='Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).',
|
||||
version='1.5.1',
|
||||
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',
|
||||
author='Paul Sokolovsky',
|
||||
author_email='micro-python@googlegroups.com',
|
||||
|
|
Ładowanie…
Reference in New Issue