mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:05:55 +02:00
Adding last of @kuba fixes from PR#9 Thanks!
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
from setuptools import setup
|
||||
setup(
|
||||
name="trustify",
|
||||
name="letsencrypt",
|
||||
version="0.1",
|
||||
description="Trustify",
|
||||
author="Trustify project",
|
||||
description="Let's Encrypt",
|
||||
author="Let's Encrypt Project",
|
||||
license="",
|
||||
url="https://letsencrypt.org",
|
||||
packages=[
|
||||
@@ -23,7 +23,7 @@ setup(
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'trustify = trustify.client.client:authenticate'
|
||||
'letsencrypt = letsencrypt.client.client:authenticate'
|
||||
]
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user