From f43bd4f8c7a2d383573166e6bc3246e1af5ebe2c Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Fri, 22 Nov 2019 18:10:47 -0800 Subject: [PATCH] add certbot tests to MANIFEST.in so packagers can run python setup.py test --- certbot/MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/certbot/MANIFEST.in b/certbot/MANIFEST.in index 819babe58..3b743ee1b 100644 --- a/certbot/MANIFEST.in +++ b/certbot/MANIFEST.in @@ -4,4 +4,5 @@ include LICENSE.txt recursive-include docs * recursive-include examples * recursive-include certbot/tests/testdata * +recursive-include tests *.py include certbot/ssl-dhparams.pem