setup.py@2ab3de60b51c
setup.py
Sun, 26 Feb 2023 12:44:03 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 26 Feb 2023 12:44:03 +0100
- branch
- mpy_network
- changeset 9803
- 2ab3de60b51c
- parent 9209
-
b99e7fd55fd3
- child 9264
-
18a7312cfdb3
- permissions
- -rw-r--r--
MicroPython
- fixed an issue checking, if the device data is available
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright (c) 2022 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Minimum module to allow 'pip' to perform editable installs.
"""
from setuptools import setup
setup()