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