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