Merge remote-tracking branch 'github/letsencrypt/master' into mock-2.6

This commit is contained in:
Jakub Warmuz
2015-10-04 08:41:01 +00:00
117 changed files with 2079 additions and 1750 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ install_requires = [
'acme',
'letsencrypt',
'python-augeas',
'setuptools', # pkg_resources
'zope.component',
'zope.interface',
]
@@ -24,7 +25,7 @@ setup(
entry_points={
'letsencrypt.plugins': [
'apache = letsencrypt_apache.configurator:ApacheConfigurator',
],
],
},
include_package_data=True,
)