kopia lustrzana https://github.com/micropython/micropython-lib
errno: Add setup metadata.
rodzic
21be3939b6
commit
1d69a4a0d5
|
@ -0,0 +1,10 @@
|
||||||
|
from distutils.core import setup
|
||||||
|
|
||||||
|
setup(name='micropython-errno',
|
||||||
|
version='0.1',
|
||||||
|
description='errno module for MicroPython',
|
||||||
|
url='https://github.com/micropython/micropython/issues/405',
|
||||||
|
author='MicroPython Developers',
|
||||||
|
author_email='micro-python@googlegroups.com',
|
||||||
|
license='MIT',
|
||||||
|
py_modules=['errno'])
|
Ładowanie…
Reference in New Issue