kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio.core: Release 0.9.1.
rodzic
e6ca37faa8
commit
f64570ba71
|
@ -1,6 +1,6 @@
|
|||
srctype = micropython-lib
|
||||
type = package
|
||||
version = 0.9
|
||||
version = 0.9.1
|
||||
author = Paul Sokolovsky
|
||||
long_desc = Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).
|
||||
depends = logging
|
||||
|
|
|
@ -6,7 +6,7 @@ from setuptools import setup
|
|||
|
||||
|
||||
setup(name='micropython-uasyncio.core',
|
||||
version='0.9',
|
||||
version='0.9.1',
|
||||
description='uasyncio.core module for MicroPython',
|
||||
long_description='Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).',
|
||||
url='https://github.com/micropython/micropython/issues/405',
|
||||
|
|
Ładowanie…
Reference in New Issue