diff options
Diffstat (limited to 'ipapython/setup.py')
| -rwxr-xr-x | ipapython/setup.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ipapython/setup.py b/ipapython/setup.py index 0f181ab6a..c0a865bb7 100755 --- a/ipapython/setup.py +++ b/ipapython/setup.py @@ -61,4 +61,12 @@ if __name__ == '__main__': extras_require={ ":python_version<'3'": ["enum34"], }, + entry_points={ + 'custodia.authorizers': [ + 'IPAKEMKeys = ipapython.secrets.kem:IPAKEMKeys', + ], + 'custodia.stores': [ + 'IPASecStore = ipapython.secrets.store:IPASecStore', + ], + }, ) |
