]> git.sesse.net Git - letsencrypt-hitch-plugin/blobdiff - setup.py
Small update for certbot in bookworm.
[letsencrypt-hitch-plugin] / setup.py
index bbe38591873feaaf7f38d3f7a042d8358ae7f03f..3e81609b5f3774d5cc7afcbab943fbb4a7cef3ee 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,14 +2,14 @@ from setuptools import setup
 
 
 setup(
-    name='letsencrypt-hitch-plugin',
+    name='certbot-hitch',
     package='hitch.py',
     install_requires=[
-        'letsencrypt',
+        'certbot>=0.26.0',
         'zope.interface',
     ],
     entry_points={
-        'letsencrypt.plugins': [
+        'certbot.plugins': [
             'hitch = hitch:Installer',
         ],
     },