Skip to content

Commit afe2ae2

Browse files
author
Paul Sokolovsky
committed
fcntl: Add setup metadata.
1 parent 145b143 commit afe2ae2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: fcntl/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-fcntl',
4+
version='0.0.1',
5+
description='fcntl module for MicroPython',
6+
url='https://github.com/micropython/micropython/issues/405',
7+
author='MicroPython Developers',
8+
author_email='micro-python@googlegroups.com',
9+
license='MIT',
10+
py_modules=['fcntl'])

0 commit comments

Comments
 (0)