mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Add certbot to packages list for windows installer
This commit is contained in:
parent
49044c9a3a
commit
2d6512e5d0
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ def _compile_wheels(repo_path, build_path, venv_python):
|
|||
wheels_path = os.path.join(build_path, 'wheels')
|
||||
os.makedirs(wheels_path)
|
||||
|
||||
certbot_packages = ['acme', '.']
|
||||
certbot_packages = ['acme', 'certbot']
|
||||
# Uncomment following line to include all DNS plugins in the installer
|
||||
# certbot_packages.extend([name for name in os.listdir(repo_path) if name.startswith('certbot-dns-')])
|
||||
wheels_project = [os.path.join(repo_path, package) for package in certbot_packages]
|
||||
|
|
|
|||
Loading…
Reference in a new issue