We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed99e02 commit 966b6c1Copy full SHA for 966b6c1
traceback/setup.py
@@ -0,0 +1,10 @@
1
+from distutils.core import setup
2
+
3
+setup(name='micropython-traceback',
4
+ version='0.0.1',
5
+ description='Dummay traceback package for MicroPython',
6
+ url='https://github.com/micropython/micropython/issues/405',
7
+ author='MicroPython Developers',
8
+ author_email='[email protected]',
9
+ license='MIT',
10
+ py_modules=['traceback'])
0 commit comments