kopia lustrzana https://github.com/micropython/micropython-lib
__future__: Adjust dist_name to "future".
rodzic
6fb765c013
commit
c8b084915e
|
@ -1,3 +1,4 @@
|
|||
srctype=dummy
|
||||
type=module
|
||||
version=0.0.1
|
||||
dist_name=future
|
||||
|
|
|
@ -5,7 +5,7 @@ sys.path.pop(0)
|
|||
from setuptools import setup
|
||||
|
||||
|
||||
setup(name='micropython-__future__',
|
||||
setup(name='micropython-future',
|
||||
version='0.0.1',
|
||||
description='Dummy __future__ module for MicroPython',
|
||||
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.',
|
||||
|
|
Ładowanie…
Reference in New Issue