mirror of
https://codeberg.org/privacy1st/exec-notify
synced 2024-12-22 23:16:04 +01:00
5 lines
120 B
Python
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()
|