kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio: Release 1.4.1.
rodzic
147085d0f7
commit
f2114d889d
|
@ -1,6 +1,6 @@
|
||||||
srctype = micropython-lib
|
srctype = micropython-lib
|
||||||
type = package
|
type = package
|
||||||
version = 1.4
|
version = 1.4.1
|
||||||
author = Paul Sokolovsky
|
author = Paul Sokolovsky
|
||||||
desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines.
|
desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines.
|
||||||
long_desc = README.rst
|
long_desc = README.rst
|
||||||
|
|
|
@ -7,13 +7,13 @@ sys.path.append("..")
|
||||||
import optimize_upip
|
import optimize_upip
|
||||||
|
|
||||||
setup(name='micropython-uasyncio',
|
setup(name='micropython-uasyncio',
|
||||||
version='1.4',
|
version='1.4.1',
|
||||||
description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines.',
|
description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines.',
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
url='https://github.com/micropython/micropython-lib',
|
url='https://github.com/micropython/micropython-lib',
|
||||||
author='Paul Sokolovsky',
|
author='Paul Sokolovsky',
|
||||||
author_email='micro-python@googlegroups.com',
|
author_email='micro-python@googlegroups.com',
|
||||||
maintainer='MicroPython Developers',
|
maintainer='micropython-lib Developers',
|
||||||
maintainer_email='micro-python@googlegroups.com',
|
maintainer_email='micro-python@googlegroups.com',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},
|
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},
|
||||||
|
|
Ładowanie…
Reference in New Issue