We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01892e8 commit fc01d60Copy full SHA for fc01d60
itertools/setup.py
@@ -0,0 +1,10 @@
1
+from distutils.core import setup
2
+
3
+setup(name='micropython-itertools',
4
+ version='0.1',
5
+ description='itertools module for MicroPython',
6
+ url='https://github.com/micropython/micropython/issues/405',
7
+ author='Paul Sokolovsky',
8
+ author_email='[email protected]',
9
+ license='MIT',
10
+ py_modules=['itertools'])
0 commit comments