Skip to content

Commit 145b143

Browse files
author
Paul Sokolovsky
committed
os: Add setup metadata.
1 parent 3f1c597 commit 145b143

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: os/setup.py

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
from distutils.core import setup
2+
3+
setup(name='micropython-os',
4+
version='0.0.1',
5+
description='os module for MicroPython',
6+
url='https://github.com/micropython/micropython/issues/405',
7+
author='MicroPython Developers',
8+
author_email='[email protected]',
9+
license='MIT',
10+
py_modules=['os'])

0 commit comments

Comments
 (0)