kopia lustrzana https://github.com/micropython/micropython-lib
upip: Release 1.1.3.
rodzic
2c83920f36
commit
9146ebe9a7
|
@ -1,6 +1,6 @@
|
|||
srctype = micropython-lib
|
||||
type = module
|
||||
version = 1.1.2
|
||||
version = 1.1.3
|
||||
author = Paul Sokolovsky
|
||||
extra_modules = upip_utarfile
|
||||
desc = Simple package manager for MicroPython.
|
||||
|
|
|
@ -7,7 +7,7 @@ sys.path.append("..")
|
|||
import optimize_upip
|
||||
|
||||
setup(name='micropython-upip',
|
||||
version='1.1.2',
|
||||
version='1.1.3',
|
||||
description='Simple package manager for MicroPython.',
|
||||
long_description='Simple self-hosted package manager for MicroPython (requires usocket, ussl, uzlib, uctypes builtin modules). Compatible only with packages without custom setup.py code.',
|
||||
url='https://github.com/micropython/micropython-lib',
|
||||
|
|
Ładowanie…
Reference in New Issue