kopia lustrzana https://github.com/micropython/micropython-lib
_libc: Deprecated, superseded by ffilib.
rodzic
7b9dcba072
commit
2bb224b562
|
@ -1,7 +1,7 @@
|
||||||
dist_name = libc
|
dist_name = libc
|
||||||
srctype = micropython-lib
|
srctype = micropython-lib
|
||||||
type = module
|
type = module
|
||||||
version = 0.2.1
|
version = 0.3
|
||||||
author = Paul Sokolovsky
|
author = Paul Sokolovsky
|
||||||
desc = MicroPython FFI helper module
|
desc = MicroPython FFI helper module (deprecated)
|
||||||
long_desc = MicroPython FFI helper module to interface with underlying libc
|
long_desc = MicroPython FFI helper module (deprecated, replaced by micropython-ffilib).
|
||||||
|
|
|
@ -6,9 +6,9 @@ from setuptools import setup
|
||||||
|
|
||||||
|
|
||||||
setup(name='micropython-libc',
|
setup(name='micropython-libc',
|
||||||
version='0.2.1',
|
version='0.3',
|
||||||
description='MicroPython FFI helper module',
|
description='MicroPython FFI helper module (deprecated)',
|
||||||
long_description='MicroPython FFI helper module to interface with underlying libc',
|
long_description='MicroPython FFI helper module (deprecated, replaced by micropython-ffilib).',
|
||||||
url='https://github.com/micropython/micropython/issues/405',
|
url='https://github.com/micropython/micropython/issues/405',
|
||||||
author='Paul Sokolovsky',
|
author='Paul Sokolovsky',
|
||||||
author_email='micro-python@googlegroups.com',
|
author_email='micro-python@googlegroups.com',
|
||||||
|
|
Ładowanie…
Reference in New Issue