kopia lustrzana https://github.com/peterhinch/micropython-samples
micropip: add licensing and upip attribution details.
rodzic
8b43b82ec5
commit
f2af1d0967
|
@ -1,5 +1,17 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
# This is a port of upip to CPython
|
||||||
|
# Port Cpoyright (c) Peter Hinch
|
||||||
|
# Licensed under the MIT license.
|
||||||
|
|
||||||
|
# upip licensing/attribution
|
||||||
|
# upip - Package manager for MicroPython
|
||||||
|
#
|
||||||
|
# Copyright (c) 2015-2018 Paul Sokolovsky
|
||||||
|
#
|
||||||
|
# Licensed under the MIT license.
|
||||||
|
#
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import errno
|
import errno
|
||||||
|
|
Ładowanie…
Reference in New Issue