exec-notify/setup.py
Daniel Langbein b53c282509 v0.1.9
re-add setup.py; check python version before using subprocess module
2022-05-30 22:49:15 +02:00

5 lines
120 B
Python

# This file is required for `pip install` on Ubuntu 18.04.
# It loads `setup.cfg`.
from setuptools import setup
setup()