upip: Release 1.2.4.

Change PyPI URL to pypi.org.
pull/276/head
Damien George 2018-04-23 16:15:00 +10:00
rodzic e17efb0844
commit e439624748
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
srctype = micropython-lib
type = module
version = 1.2.3
version = 1.2.4
author = Paul Sokolovsky
extra_modules = upip_utarfile
desc = Simple package manager for MicroPython.

Wyświetl plik

@ -7,7 +7,7 @@ sys.path.append("..")
import sdist_upip
setup(name='micropython-upip',
version='1.2.3',
version='1.2.4',
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',