kopia lustrzana https://github.com/micropython/micropython-lib
11 wiersze
377 B
Python
11 wiersze
377 B
Python
from distutils.core import setup
|
|
|
|
setup(name='micropython-collections.defaultdict',
|
|
version='0.2',
|
|
description='collections.defaultdict module for MicroPython',
|
|
url='https://github.com/micropython/micropython/issues/405',
|
|
author='Paul Sokolovsky',
|
|
author_email='micro-python@googlegroups.com',
|
|
license='MIT',
|
|
packages=['collections'])
|