de-p1st-monitor/setup.py

5 lines
120 B
Python
Raw Normal View History

2023-06-15 16:26:11 +02:00
# This file is required for `pip install` on Ubuntu 18.04.
# It loads `setup.cfg`.
from setuptools import setup
setup()