Skip to content

Commit

Permalink
include py.typed marker files in distribution (certbot#9187)
Browse files Browse the repository at this point in the history
  • Loading branch information
phagara authored Feb 4, 2022
1 parent fe0c0dc commit d1608f8
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions acme/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ include pytest.ini
recursive-include docs *
recursive-include examples *
recursive-include tests *
include acme/py.typed
global-exclude __pycache__
global-exclude *.py[cod]
1 change: 1 addition & 0 deletions certbot-apache/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ include README.rst
recursive-include tests *
recursive-include certbot_apache/_internal/augeas_lens *.aug
recursive-include certbot_apache/_internal/tls_configs *.conf
include certbot_apache/py.typed
global-exclude __pycache__
global-exclude *.py[cod]
3 changes: 3 additions & 0 deletions certbot-ci/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
recursive-include certbot_integration_tests/assets *
include certbot_integration_tests/py.typed
include snap_integration_tests/py.typed
include windows_installer_integration_tests/py.typed
1 change: 1 addition & 0 deletions certbot-dns-cloudflare/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ include LICENSE.txt
include README.rst
recursive-include docs *
recursive-include tests *
include certbot_dns_cloudflare/py.typed
global-exclude __pycache__
global-exclude *.py[cod]
1 change: 1 addition & 0 deletions certbot-dns-cloudxns/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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]
1 change: 1 addition & 0 deletions certbot-dns-digitalocean/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ include LICENSE.txt
include README.rst
recursive-include docs *
recursive-include tests *
include certbot_dns_digitalocean/py.typed
global-exclude __pycache__
global-exclude *.py[cod]
1 change: 1 addition & 0 deletions certbot-dns-dnsimple/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ include LICENSE.txt
include README.rst
recursive-include docs *
recursive-include tests *
include certbot_dns_dnsimple/py.typed
global-exclude __pycache__
global-exclude *.py[cod]
1 change: 1 addition & 0 deletions certbot-dns-dnsmadeeasy/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ include LICENSE.txt
include README.rst
recursive-include docs *
recursive-include tests *
include certbot_dns_dnsmadeeasy/py.typed
global-exclude __pycache__
global-exclude *.py[cod]
1 change: 1 addition & 0 deletions certbot-dns-gehirn/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ include LICENSE.txt
include README.rst
recursive-include docs *
recursive-include tests *
include certbot_dns_gehirn/py.typed
global-exclude __pycache__
global-exclude *.py[cod]
1 change: 1 addition & 0 deletions certbot-dns-google/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ include README.rst
recursive-include docs *
recursive-include certbot_dns_google/testdata *
recursive-include tests *
include certbot_dns_google/py.typed
global-exclude __pycache__
global-exclude *.py[cod]
1 change: 1 addition & 0 deletions certbot-dns-linode/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ include LICENSE.txt
include README.rst
recursive-include docs *
recursive-include tests *
include certbot_dns_linode/py.typed
global-exclude __pycache__
global-exclude *.py[cod]
1 change: 1 addition & 0 deletions certbot-dns-luadns/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ include LICENSE.txt
include README.rst
recursive-include docs *
recursive-include tests *
include certbot_dns_luadns/py.typed
global-exclude __pycache__
global-exclude *.py[cod]
1 change: 1 addition & 0 deletions certbot-dns-nsone/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ include LICENSE.txt
include README.rst
recursive-include docs *
recursive-include tests *
include certbot_dns_nsone/py.typed
global-exclude __pycache__
global-exclude *.py[cod]
1 change: 1 addition & 0 deletions certbot-dns-ovh/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ include LICENSE.txt
include README.rst
recursive-include docs *
recursive-include tests *
include certbot_dns_ovh/py.typed
global-exclude __pycache__
global-exclude *.py[cod]
1 change: 1 addition & 0 deletions certbot-dns-rfc2136/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ include LICENSE.txt
include README.rst
recursive-include docs *
recursive-include tests *
include certbot_dns_rfc2136/py.typed
global-exclude __pycache__
global-exclude *.py[cod]
1 change: 1 addition & 0 deletions certbot-dns-route53/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ include LICENSE.txt
include README.rst
recursive-include docs *
recursive-include tests *
include certbot_dns_route53/py.typed
global-exclude __pycache__
global-exclude *.py[cod]
1 change: 1 addition & 0 deletions certbot-dns-sakuracloud/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ include LICENSE.txt
include README.rst
recursive-include docs *
recursive-include tests *
include certbot_dns_sakuracloud/py.typed
global-exclude __pycache__
global-exclude *.py[cod]
1 change: 1 addition & 0 deletions certbot-nginx/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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]
1 change: 1 addition & 0 deletions certbot/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ recursive-include examples *
recursive-include certbot/tests/testdata *
recursive-include tests *.py
include certbot/ssl-dhparams.pem
include certbot/py.typed
global-exclude __pycache__
global-exclude *.py[cod]

0 comments on commit d1608f8

Please sign in to comment.