exec-notify/setup.py

5 lines
120 B
Python
Raw Normal View History

2022-05-30 19:56:47 +02:00
# This file is required for `pip install` on Ubuntu 18.04.
# It loads `setup.cfg`.
from setuptools import setup
setup()