Setup directory structure

This commit is contained in:
Brad Warren 2015-07-13 11:56:38 -07:00
parent f827263592
commit 22fb1b18c7
8 changed files with 4 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1 @@
"""Let's Encrypt Tests"""

View file

@ -0,0 +1 @@
"""Let's Encrypt Compatibility Test"""