mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:59 +02:00
Setup directory structure
This commit is contained in:
@@ -125,6 +125,7 @@ docs_extras = [
|
||||
|
||||
testing_extras = [
|
||||
'coverage',
|
||||
'docker-py',
|
||||
'nose',
|
||||
'nosexcover',
|
||||
'tox',
|
||||
@@ -171,6 +172,7 @@ setup(
|
||||
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'compatibility = tests.compatibility.plugin_test:main [testing]',
|
||||
'letsencrypt = letsencrypt.cli:main',
|
||||
'letsencrypt-renewer = letsencrypt.renewer:main',
|
||||
'jws = letsencrypt.acme.jose.jws:CLI.run',
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"""Let's Encrypt Tests"""
|
||||
@@ -0,0 +1 @@
|
||||
"""Let's Encrypt Compatibility Test"""
|
||||
Reference in New Issue
Block a user