_libc: Deprecated, superseded by ffilib.

pull/46/head
Paul Sokolovsky 2015-09-10 01:18:36 +03:00
rodzic 7b9dcba072
commit 2bb224b562
2 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -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).

Wyświetl plik

@ -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',