kopia lustrzana https://github.com/micropython/micropython-lib
logging: Add setup metadata.
rodzic
3def1345fa
commit
ed99e022a8
|
@ -0,0 +1,10 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(name='micropython-logging',
|
||||
version='0.0.1',
|
||||
description='Dummy 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'])
|
Ładowanie…
Reference in New Issue