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