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