micropython-lib/logging/setup.py

11 wiersze
353 B
Python

from distutils.core import setup
setup(name='micropython-logging',
version='0.0.3',
description='logging package for MicroPython',
url='https://github.com/micropython/micropython/issues/405',
author='MicroPython Developers',
author_email='micro-python@googlegroups.com',
license='MIT',
py_modules=['logging'])