This commit is contained in:
Daniel Langbein 2022-05-30 20:23:24 +02:00
parent 80323e25c7
commit eba239f5ad
2 changed files with 4 additions and 6 deletions

View File

@ -3,7 +3,7 @@
[metadata] [metadata]
name = de.p1st.exec_notify name = de.p1st.exec_notify
version = 0.1.7 version = 0.1.8
author = Daniel Langbein author = Daniel Langbein
author_email = daniel@systemli.org author_email = daniel@systemli.org
description = mail notification if command fails description = mail notification if command fails
@ -24,7 +24,9 @@ classifiers =
package_dir = package_dir =
= src = src
packages = find: packages = find:
python_requires = >=3.6.9 ; capture_output was added in 3.7
; - https://docs.python.org/3/library/subprocess.html#subprocess.run
python_requires = >=3.7
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -1,4 +0,0 @@
# This file is required for `pip install` on Ubuntu 18.04.
# It loads `setup.cfg`.
from setuptools import setup
setup()