Skip to content

Commit 2ff5940

Browse files
committed
all: setup.py: Consistently update author and maintainer fields.
1 parent c3cded0 commit 2ff5940

File tree

155 files changed

+251
-251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+251
-251
lines changed

__future__/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
description='Dummy __future__ module for MicroPython',
1212
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.',
1313
url='https://github.com/micropython/micropython-lib',
14-
author='MicroPython Developers',
14+
author='micropython-lib Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

_libc/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url='https://github.com/micropython/micropython-lib',
1414
author='Paul Sokolovsky',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

_markupbase/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url='https://github.com/micropython/micropython-lib',
1414
author='CPython Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='Python',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

abc/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
description='Dummy abc module for MicroPython',
1212
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.',
1313
url='https://github.com/micropython/micropython-lib',
14-
author='MicroPython Developers',
14+
author='micropython-lib Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

array/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
description='Dummy array module for MicroPython',
1212
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.',
1313
url='https://github.com/micropython/micropython-lib',
14-
author='MicroPython Developers',
14+
author='micropython-lib Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

asyncio/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
description='Dummy asyncio module for MicroPython',
1212
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.',
1313
url='https://github.com/micropython/micropython-lib',
14-
author='MicroPython Developers',
14+
author='micropython-lib Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

base64/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url='https://github.com/micropython/micropython-lib',
1414
author='CPython Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='Python',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

binascii/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url='https://github.com/micropython/micropython-lib',
1414
author='PyPy Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

binhex/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
description='Dummy binhex module for MicroPython',
1212
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.',
1313
url='https://github.com/micropython/micropython-lib',
14-
author='MicroPython Developers',
14+
author='micropython-lib Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

calendar/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
description='Dummy calendar module for MicroPython',
1212
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.',
1313
url='https://github.com/micropython/micropython-lib',
14-
author='MicroPython Developers',
14+
author='micropython-lib Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

cgi/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url='https://github.com/micropython/micropython-lib',
1414
author='CPython Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='Python',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

cmd/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url='https://github.com/micropython/micropython-lib',
1414
author='CPython Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='Python',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

code/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
description='Dummy code module for MicroPython',
1212
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.',
1313
url='https://github.com/micropython/micropython-lib',
14-
author='MicroPython Developers',
14+
author='micropython-lib Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

codecs/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
description='Dummy codecs module for MicroPython',
1212
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.',
1313
url='https://github.com/micropython/micropython-lib',
14-
author='MicroPython Developers',
14+
author='micropython-lib Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

codeop/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
description='Dummy codeop module for MicroPython',
1212
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.',
1313
url='https://github.com/micropython/micropython-lib',
14-
author='MicroPython Developers',
14+
author='micropython-lib Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

collections.defaultdict/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url='https://github.com/micropython/micropython-lib',
1414
author='Paul Sokolovsky',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

collections.deque/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
description='collections.deque module for MicroPython',
1212
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',
14-
author='MicroPython Developers',
14+
author='micropython-lib Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

collections/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
description='collections module for MicroPython',
1212
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',
14-
author='MicroPython Developers',
14+
author='micropython-lib Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

concurrent.futures/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
description='Dummy concurrent.futures module for MicroPython',
1212
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.',
1313
url='https://github.com/micropython/micropython-lib',
14-
author='MicroPython Developers',
14+
author='micropython-lib Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

contextlib/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url='https://github.com/micropython/micropython-lib',
1414
author='CPython Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='Python',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

copy/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url='https://github.com/micropython/micropython-lib',
1414
author='CPython Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='Python',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

cpython-uasyncio/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
description='MicroPython module uasyncio ported to CPython',
1212
long_description='This is MicroPython compatibility module, allowing applications using\nMicroPython-specific features to run on CPython.\n',
1313
url='https://github.com/micropython/micropython-lib',
14-
author='MicroPython Developers',
14+
author='micropython-lib Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='Python',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

csv/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
description='Dummy csv module for MicroPython',
1212
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.',
1313
url='https://github.com/micropython/micropython-lib',
14-
author='MicroPython Developers',
14+
author='micropython-lib Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

curses.ascii/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url='https://github.com/micropython/micropython-lib',
1414
author='CPython Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='Python',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

curses/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
description='Dummy curses module for MicroPython',
1212
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.',
1313
url='https://github.com/micropython/micropython-lib',
14-
author='MicroPython Developers',
14+
author='micropython-lib Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

datetime/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url='https://github.com/micropython/micropython-lib',
1414
author='CPython Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='Python',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

dbm/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
description='Dummy dbm module for MicroPython',
1212
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.',
1313
url='https://github.com/micropython/micropython-lib',
14-
author='MicroPython Developers',
14+
author='micropython-lib Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

0 commit comments

Comments
 (0)