__future__: Adjust dist_name to "future".

pull/26/head
Paul Sokolovsky 2015-05-09 01:50:26 +03:00
rodzic 6fb765c013
commit c8b084915e
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,4 @@
srctype=dummy srctype=dummy
type=module type=module
version=0.0.1 version=0.0.1
dist_name=future

Wyświetl plik

@ -5,7 +5,7 @@ sys.path.pop(0)
from setuptools import setup from setuptools import setup
setup(name='micropython-__future__', setup(name='micropython-future',
version='0.0.1', version='0.0.1',
description='Dummy __future__ module for MicroPython', 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.', 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.',