From f4d17d9a6b0f2ba997cdc8da75dd60c1bbf5ebf1 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Tue, 6 Aug 2019 00:57:20 +0200 Subject: [PATCH] Clean the useless entries in MANIFEST.in (#7299) 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. --- certbot-apache/MANIFEST.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/certbot-apache/MANIFEST.in b/certbot-apache/MANIFEST.in index a34e215e7..c1f79fcc7 100644 --- a/certbot-apache/MANIFEST.in +++ b/certbot-apache/MANIFEST.in @@ -2,7 +2,5 @@ include LICENSE.txt include README.rst recursive-include docs * recursive-include certbot_apache/tests/testdata * -include certbot_apache/centos-options-ssl-apache.conf -include certbot_apache/options-ssl-apache.conf recursive-include certbot_apache/augeas_lens *.aug recursive-include certbot_apache/tls_configs *.conf