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

MANIFEST.in « certbot - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: abb8e854d65b40998cf8218ae6620851f3718b7d (plain)
1
2
3
4
5
6
7
8
9
10
11
include README.rst
include CHANGELOG.md
include LICENSE.txt
recursive-include docs *
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]