micropip: add licensing and upip attribution details.

pull/7/head
Peter Hinch 2018-12-13 08:22:31 +00:00
rodzic 8b43b82ec5
commit f2af1d0967
1 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -1,5 +1,17 @@
#!/usr/bin/env python3
# -*- 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 os
import errno