summaryrefslogtreecommitdiffstats
path: root/ipapython/setup.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython/setup.py.in')
-rwxr-xr-x[-rw-r--r--]ipapython/setup.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipapython/setup.py.in b/ipapython/setup.py.in
index 882142e4b..bdefe7c9a 100644..100755
--- a/ipapython/setup.py.in
+++ b/ipapython/setup.py.in
@@ -67,6 +67,7 @@ def setup_package():
package_dir = {'ipapython': ''},
packages = ["ipapython",
"ipapython.dnssec",
+ "ipapython.secrets",
"ipapython.install"],
)
finally: