kopia lustrzana https://github.com/micropython/micropython-lib
copy: Add setup metadata.
rodzic
eb80a14ed0
commit
5cd6cf494c
|
@ -0,0 +1,11 @@
|
||||||
|
from distutils.core import setup
|
||||||
|
|
||||||
|
setup(name='micropython-copy',
|
||||||
|
version='0.0.1',
|
||||||
|
description='CPython copy 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=['copy'])
|
Ładowanie…
Reference in New Issue