]> Frank Brehm's Git Trees - pixelpark/pp-admin-tools.git/commitdiff
Extending setup.py by some script definitions.
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 19 Jan 2023 10:08:08 +0000 (11:08 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 19 Jan 2023 10:08:08 +0000 (11:08 +0100)
setup.py

index e92ce20f17a6d7016a3ef107773b09c22ebdd0e1..974e3b0ed4a335b7af6eff1ceb424a677ca36bc9 100644 (file)
--- 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")