kopia lustrzana https://github.com/micropython/micropython-lib
argparse: Release 0.4.
rodzic
08b522abac
commit
1e2c8d9ce9
|
@ -1,4 +1,4 @@
|
||||||
srctype = micropython-lib
|
srctype = micropython-lib
|
||||||
type = module
|
type = module
|
||||||
version = 0.3.3
|
version = 0.4
|
||||||
author = Damien George
|
author = Damien George
|
||||||
|
|
|
@ -7,13 +7,13 @@ sys.path.append("..")
|
||||||
import optimize_upip
|
import optimize_upip
|
||||||
|
|
||||||
setup(name='micropython-argparse',
|
setup(name='micropython-argparse',
|
||||||
version='0.3.3',
|
version='0.4',
|
||||||
description='argparse module for MicroPython',
|
description='argparse module for MicroPython',
|
||||||
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.",
|
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.",
|
||||||
url='https://github.com/micropython/micropython-lib',
|
url='https://github.com/micropython/micropython-lib',
|
||||||
author='Damien George',
|
author='Damien George',
|
||||||
author_email='micro-python@googlegroups.com',
|
author_email='micro-python@googlegroups.com',
|
||||||
maintainer='MicroPython Developers',
|
maintainer='micropython-lib Developers',
|
||||||
maintainer_email='micro-python@googlegroups.com',
|
maintainer_email='micro-python@googlegroups.com',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},
|
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},
|
||||||
|
|
Ładowanie…
Reference in New Issue