kopia lustrzana https://github.com/micropython/micropython-lib
types: Add setup metadata.
Note that this explicitly marks CPython developers as author and specifies Python license.asyncio-segfault
rodzic
a1af6b1e22
commit
8bef738ca9
|
@ -0,0 +1,11 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(name='micropython-types',
|
||||
version='0.0.1',
|
||||
description='CPython types module ported to MicroPython',
|
||||
url='https://github.com/micropython/micropython/issues/405',
|
||||
author='CPython Developers',
|
||||
maintainer='MicroPython Developers',
|
||||
maintainer_email='micro-python@googlegroups.com',
|
||||
license='Python',
|
||||
py_modules=['types'])
|
Ładowanie…
Reference in New Issue