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