kopia lustrzana https://github.com/micropython/micropython-lib
upip: Release 0.5.4.
rodzic
f568238a0f
commit
b27a22e3cf
|
@ -1,6 +1,6 @@
|
||||||
srctype = micropython-lib
|
srctype = micropython-lib
|
||||||
type = module
|
type = module
|
||||||
version = 0.5.3
|
version = 0.5.4
|
||||||
author = Paul Sokolovsky
|
author = Paul Sokolovsky
|
||||||
extra_modules = upip__libc, upip_errno, upip_gzip, upip_os, upip_os_path, upip_stat, upip_utarfile
|
extra_modules = upip__libc, upip_errno, upip_gzip, upip_os, upip_os_path, upip_stat, upip_utarfile
|
||||||
desc = Simple package manager for MicroPython.
|
desc = Simple package manager for MicroPython.
|
||||||
|
|
|
@ -6,7 +6,7 @@ from setuptools import setup
|
||||||
|
|
||||||
|
|
||||||
setup(name='micropython-upip',
|
setup(name='micropython-upip',
|
||||||
version='0.5.3',
|
version='0.5.4',
|
||||||
description='Simple package manager for MicroPython.',
|
description='Simple package manager for MicroPython.',
|
||||||
long_description='Simple package manager for MicroPython, targetting to be self-hosted (but not yet there). Compatible only with packages without custom setup.py code.',
|
long_description='Simple package manager for MicroPython, targetting to be self-hosted (but not yet there). Compatible only with packages without custom setup.py code.',
|
||||||
url='https://github.com/micropython/micropython/issues/405',
|
url='https://github.com/micropython/micropython/issues/405',
|
||||||
|
|
Ładowanie…
Reference in New Issue