kopia lustrzana https://github.com/micropython/micropython-lib
traceback: Add setup metadata.
rodzic
ed99e022a8
commit
966b6c1b80
|
@ -0,0 +1,10 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(name='micropython-traceback',
|
||||
version='0.0.1',
|
||||
description='Dummay traceback package for MicroPython',
|
||||
url='https://github.com/micropython/micropython/issues/405',
|
||||
author='MicroPython Developers',
|
||||
author_email='micro-python@googlegroups.com',
|
||||
license='MIT',
|
||||
py_modules=['traceback'])
|
Ładowanie…
Reference in New Issue