From d12ca4250237a5d0852a54fcb0187b36394e88e9 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 19 Jan 2023 11:08:08 +0100 Subject: [PATCH] Extending setup.py by some script definitions. --- setup.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e92ce20..974e3b0 100644 --- a/setup.py +++ b/setup.py @@ -134,7 +134,12 @@ read_requirements() # ----------------------------------- __scripts__ = [ - 'bin/dns-deploy-zones' + 'bin/check-ldap-dn-attributes', + 'bin/dns-deploy-zones', + 'bin/mirror-ldap-instance', + 'bin/mkldappasswd', + 'bin/remove-ldap-user', + 'bin/set-ldap-password', ] # print("Given scripts:\n" + pp(__scripts__) + "\n") -- 2.39.5