remove zope from plugin example (#8998)

This commit is contained in:
Brad Warren
2021-08-18 09:43:40 -07:00
committed by GitHub
parent 06c8113863
commit 435ae075a5
-1
View File
@@ -5,7 +5,6 @@ setup(
package='certbot_example_plugins.py', package='certbot_example_plugins.py',
install_requires=[ install_requires=[
'certbot', 'certbot',
'zope.interface',
], ],
entry_points={ entry_points={
'certbot.plugins': [ 'certbot.plugins': [