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-dns-cloudxns
parentfe0c0dc3ae6c25c6087e51717a223f38a9b23d2f (diff)
include py.typed marker files in distribution (#9187)
Diffstat (limited to 'certbot-dns-cloudxns')
-rw-r--r--certbot-dns-cloudxns/MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/certbot-dns-cloudxns/MANIFEST.in b/certbot-dns-cloudxns/MANIFEST.in
index 5a661cef6..20810e7eb 100644
--- a/certbot-dns-cloudxns/MANIFEST.in
+++ b/certbot-dns-cloudxns/MANIFEST.in
@@ -2,5 +2,6 @@ include LICENSE.txt
include README.rst
recursive-include docs *
recursive-include tests *
+include certbot_dns_cloudxns/py.typed
global-exclude __pycache__
global-exclude *.py[cod]