Skip to content

Commit 680e52d

Browse files
committed
timeit: Release 3.3.3-1.
1 parent f58f4ec commit 680e52d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

timeit/metadata.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
srctype = dummy
1+
srctype = cpython
22
type = module
3-
version = 0.0.0
3+
version = 3.3.3-1

timeit/setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77

88
setup(name='micropython-timeit',
9-
version='0.0.0',
10-
description='Dummy timeit module for MicroPython',
11-
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.',
9+
version='3.3.3-1',
10+
description='CPython timeit module ported to MicroPython',
11+
long_description='This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.',
1212
url='https://github.com/micropython/micropython/issues/405',
13-
author='MicroPython Developers',
14-
author_email='micro-python@googlegroups.com',
13+
author='CPython Developers',
14+
author_email='python[email protected]',
1515
maintainer='MicroPython Developers',
1616
maintainer_email='[email protected]',
17-
license='MIT',
17+
license='Python',
1818
py_modules=['timeit'])

0 commit comments

Comments
 (0)