# Remove current dir from sys.path, otherwise setuptools will peek up our
# module instead of system.
sys.path.pop(0)
fromsetuptoolsimportsetup
setup(name='micropython-upip',
version='0.1',
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.',