mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Since #7191, TLS configuration files for Apache have been moved to a dedicated folder tls_configs. Then the entries in MANIFEST.in removed by this PR do not correspond to an existing path, and so are not useful anymore.
7 lines
217 B
Plaintext
7 lines
217 B
Plaintext
include LICENSE.txt
|
|
include README.rst
|
|
recursive-include docs *
|
|
recursive-include certbot_apache/tests/testdata *
|
|
recursive-include certbot_apache/augeas_lens *.aug
|
|
recursive-include certbot_apache/tls_configs *.conf
|