micropython-lib/errno/setup.py

11 wiersze
344 B
Python
Czysty Zwykły widok Historia

2014-04-21 21:28:58 +00:00
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'])