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:
authorJakub Warmuz <jakub@warmuz.org>2014-11-19 15:29:48 +0300
committerJakub Warmuz <jakub@warmuz.org>2014-11-19 15:33:53 +0300
commit139ad7c3eee7a86bd1e054e414b2cde1a8f4da07 (patch)
tree91054374cc6495eb20971e748e3f3111fa650ba4 /MANIFEST.in
parent8dc8ceca2d28815444173c93c657cf26e669fe4c (diff)
Fix setuptools package resources
https://pythonhosted.org/setuptools/setuptools.html#including-data-files
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 192128adf..caf2ae794 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1 +1,6 @@
-recursive-include letsencrypt/ *
+recursive-include letsencrypt *.json
+recursive-include letsencrypt *.sh
+recursive-include letsencrypt *.conf
+recursive-include letsencrypt *.cnf
+include letsencrypt/client/ca_offerings
+include letsencrypt/client/.ca_offerings