mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Setup directory structure
This commit is contained in:
parent
f827263592
commit
22fb1b18c7
8 changed files with 4 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
1
tests/__init__.py
Normal file
1
tests/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
"""Let's Encrypt Tests"""
|
||||
1
tests/compatibility/__init__.py
Normal file
1
tests/compatibility/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
"""Let's Encrypt Compatibility Test"""
|
||||
Loading…
Reference in a new issue