kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio: Release 1.4.2. Packaging fix.
rodzic
04f8f3db0c
commit
5925aa60e2
|
@ -1,6 +1,6 @@
|
|||
srctype = micropython-lib
|
||||
type = package
|
||||
version = 1.4.1
|
||||
version = 1.4.2
|
||||
author = Paul Sokolovsky
|
||||
desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines.
|
||||
long_desc = README.rst
|
||||
|
|
|
@ -7,7 +7,7 @@ sys.path.append("..")
|
|||
import sdist_upip
|
||||
|
||||
setup(name='micropython-uasyncio',
|
||||
version='1.4.1',
|
||||
version='1.4.2',
|
||||
description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines.',
|
||||
long_description=open('README.rst').read(),
|
||||
url='https://github.com/micropython/micropython-lib',
|
||||
|
|
Ładowanie…
Reference in New Issue