mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Setup directory structure
This commit is contained in:
@@ -125,6 +125,7 @@ docs_extras = [
|
|||||||
|
|
||||||
testing_extras = [
|
testing_extras = [
|
||||||
'coverage',
|
'coverage',
|
||||||
|
'docker-py',
|
||||||
'nose',
|
'nose',
|
||||||
'nosexcover',
|
'nosexcover',
|
||||||
'tox',
|
'tox',
|
||||||
@@ -171,6 +172,7 @@ setup(
|
|||||||
|
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
'compatibility = tests.compatibility.plugin_test:main [testing]',
|
||||||
'letsencrypt = letsencrypt.cli:main',
|
'letsencrypt = letsencrypt.cli:main',
|
||||||
'letsencrypt-renewer = letsencrypt.renewer:main',
|
'letsencrypt-renewer = letsencrypt.renewer:main',
|
||||||
'jws = letsencrypt.acme.jose.jws:CLI.run',
|
'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