Added crypto plugin encryption to Secrets post.
This commit is contained in:
9
setup.py
9
setup.py
@@ -72,5 +72,12 @@ setup(
|
||||
'Environment :: No Input/Output (Daemon)',
|
||||
],
|
||||
scripts=['bin/barbican-api'],
|
||||
py_modules=[]
|
||||
py_modules=[],
|
||||
entry_points="""
|
||||
[barbican.crypto.extension]
|
||||
simple_crypto = barbican.crypto.plugin:SimpleCryptoPlugin
|
||||
|
||||
[barbican.test.crypto.extension]
|
||||
test_crypto = barbican.tests.crypto.test_plugin:TestCryptoPlugin
|
||||
"""
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user