Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Hagara <patrihagar@gmail.com>2022-02-04 20:29:26 +0300
committerGitHub <noreply@github.com>2022-02-04 20:29:26 +0300
commitd1608f8f2d4163d7f6bd26bda63decffd6f823e2 (patch)
treec58543873ea0f8f9de878ea25751aec2556af197 /certbot-nginx
parentfe0c0dc3ae6c25c6087e51717a223f38a9b23d2f (diff)
include py.typed marker files in distribution (#9187)
Diffstat (limited to 'certbot-nginx')
-rw-r--r--certbot-nginx/MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/certbot-nginx/MANIFEST.in b/certbot-nginx/MANIFEST.in
index 65b27877e..995b08833 100644
--- a/certbot-nginx/MANIFEST.in
+++ b/certbot-nginx/MANIFEST.in
@@ -2,5 +2,6 @@ include LICENSE.txt
include README.rst
recursive-include tests *
recursive-include certbot_nginx/_internal/tls_configs *.conf
+include certbot_nginx/py.typed
global-exclude __pycache__
global-exclude *.py[cod]