kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio: Release 0.8.1.
rodzic
99fa203686
commit
1cbd5591f9
|
@ -1,6 +1,6 @@
|
|||
srctype = micropython-lib
|
||||
type = package
|
||||
version = 0.8
|
||||
version = 0.8.1
|
||||
author = Paul Sokolovsky
|
||||
long_desc = Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.
|
||||
depends = errno, select, uasyncio.core
|
||||
|
|
|
@ -6,7 +6,7 @@ from setuptools import setup
|
|||
|
||||
|
||||
setup(name='micropython-uasyncio',
|
||||
version='0.8',
|
||||
version='0.8.1',
|
||||
description='uasyncio module for MicroPython',
|
||||
long_description='Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.',
|
||||
url='https://github.com/micropython/micropython/issues/405',
|
||||
|
|
Ładowanie…
Reference in New Issue