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