Skip to content

Commit fc01d60

Browse files
committed
itertools: Add setup metadata.
1 parent 01892e8 commit fc01d60

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

itertools/setup.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)