From 6db2e1a70c0d826ebe875ca29cc93ff58c2bf869 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 22 Jul 2021 16:20:03 +0200 Subject: [PATCH] v0.1.0 --- .gitignore | 2 +- .idea/execNotify.iml | 1 + .idea/runConfigurations/execNotify.xml | 4 +- .idea/runConfigurations/notify.xml | 2 +- README.md | 58 ++++++++++++++----- setup.cfg | 10 +++- .../exec_notify/{execNotify => execNotify.py} | 0 src/de/p1st/exec_notify/lib/config.py | 31 ++++++++-- src/de/p1st/exec_notify/{notify => notify.py} | 0 9 files changed, 83 insertions(+), 25 deletions(-) rename src/de/p1st/exec_notify/{execNotify => execNotify.py} (100%) rename src/de/p1st/exec_notify/{notify => notify.py} (100%) diff --git a/.gitignore b/.gitignore index 285ad65..b8ec99b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ /__pycache__/ /dist/ -/src/de_p1st_execNotify.egg-info/ +/src/de.p1st.exec_notify.egg-info/ diff --git a/.idea/execNotify.iml b/.idea/execNotify.iml index 3cb69b0..4a99f0e 100644 --- a/.idea/execNotify.iml +++ b/.idea/execNotify.iml @@ -6,6 +6,7 @@ + diff --git a/.idea/runConfigurations/execNotify.xml b/.idea/runConfigurations/execNotify.xml index 7d065f6..28b4b98 100644 --- a/.idea/runConfigurations/execNotify.xml +++ b/.idea/runConfigurations/execNotify.xml @@ -13,8 +13,8 @@