Skip to content

Commit 2829d4a

Browse files
committed
threading: Release 0.1.
1 parent 429f73c commit 2829d4a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

threading/metadata.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
srctype=dummy
2-
type=module
3-
version = 0.0.1
1+
srctype = micropython-lib
2+
type = module
3+
version = 0.1

threading/setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
import optimize_upip
88

99
setup(name='micropython-threading',
10-
version='0.0.1',
11-
description='Dummy threading module for MicroPython',
12-
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
10+
version='0.1',
11+
description='threading module for MicroPython',
12+
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
1313
url='https://github.com/micropython/micropython-lib',
1414
author='MicroPython Developers',
1515
author_email='[email protected]',

0 commit comments

Comments
 (0)