From: Frank Brehm Date: Thu, 19 Jan 2023 10:08:08 +0000 (+0100) Subject: Extending setup.py by some script definitions. X-Git-Tag: 0.8.4~1^2~1 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=d12ca4250237a5d0852a54fcb0187b36394e88e9;p=pixelpark%2Fpp-admin-tools.git Extending setup.py by some script definitions. --- 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")