mirror of
https://github.com/certbot/certbot.git
synced 2026-07-23 16:22:34 +02:00
based on the suggestion @bmw made in #10484, this moves nearly everything from `certbot-apache` and `certbot-nginx` into subdirectories in `certbot/src/certbot/_internal`, and corresponding "extra" dependencies are made for the certbot distribution. in their place, entrypoint shims are made in the old distributions. this way, installing `certbot[nginx]` will pull in the extra dependencies needed for the nginx code, and also pull in the shim in `certbot-nginx`, letting our plugin discovery system work just as it did before. ditto for apache. note that this doesn't yet deprecate anything, which was one of the primary goals of the original issue -- i spun out that work into #10521 fixes #10484 --------- Co-authored-by: Brad Warren <bmw@users.noreply.github.com> Co-authored-by: ohemorange <erica@eff.org>
16 lines
642 B
Plaintext
16 lines
642 B
Plaintext
include README.rst
|
|
include CHANGELOG.md
|
|
include LICENSE.txt
|
|
recursive-include docs *
|
|
recursive-include examples *
|
|
recursive-include src/certbot/tests/testdata *
|
|
recursive-include src/certbot/_internal/plugins/nginx/tls_configs *.conf
|
|
recursive-include src/certbot/_internal/tests/plugins/nginx/testdata *
|
|
recursive-include src/certbot/_internal/plugins/apache/augeas_lens *.aug
|
|
recursive-include src/certbot/_internal/plugins/apache/tls_configs *.conf
|
|
recursive-include src/certbot/_internal/tests/plugins/apache/testdata *
|
|
include src/certbot/ssl-dhparams.pem
|
|
include src/certbot/py.typed
|
|
global-exclude __pycache__
|
|
global-exclude *.py[cod]
|