kopia lustrzana https://github.com/micropython/micropython-lib
itertools: Add setup metadata.
rodzic
01892e8a47
commit
fc01d606ba
|
@ -0,0 +1,10 @@
|
||||||
|
from distutils.core import setup
|
||||||
|
|
||||||
|
setup(name='micropython-itertools',
|
||||||
|
version='0.1',
|
||||||
|
description='itertools module for MicroPython',
|
||||||
|
url='https://github.com/micropython/micropython/issues/405',
|
||||||
|
author='Paul Sokolovsky',
|
||||||
|
author_email='micro-python@googlegroups.com',
|
||||||
|
license='MIT',
|
||||||
|
py_modules=['itertools'])
|
Ładowanie…
Reference in New Issue