kopia lustrzana https://github.com/micropython/micropython-lib
11 wiersze
335 B
Python
11 wiersze
335 B
Python
from distutils.core import setup
|
|
|
|
setup(name='micropython-os',
|
|
version='0.0.5',
|
|
description='os module for MicroPython',
|
|
url='https://github.com/micropython/micropython/issues/405',
|
|
author='MicroPython Developers',
|
|
author_email='micro-python@googlegroups.com',
|
|
license='MIT',
|
|
packages=['os'])
|