Remove entry point

This commit is contained in:
Brad Warren
2016-02-03 14:49:48 -08:00
parent 4bafe9695d
commit 04be86ce4b
-1
View File
@@ -130,7 +130,6 @@ setup(
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
'letsencrypt = letsencrypt.cli:main', 'letsencrypt = letsencrypt.cli:main',
'letsencrypt-renewer = letsencrypt.renewer:main',
], ],
'letsencrypt.plugins': [ 'letsencrypt.plugins': [
'manual = letsencrypt.plugins.manual:Authenticator', 'manual = letsencrypt.plugins.manual:Authenticator',