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>2015-09-27 01:37:50 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-09-27 09:23:12 +0300
commit20131de9fb63eeb7197c0067c4598219834e9bd6 (patch)
tree3f5e4552f60a80d49abe595475038675ca721641 /letsencrypt-compatibility-test/setup.py
parent746016be6cfd17b8c5f19ab45eed7d2e1c11ac22 (diff)
Add licences to all subpackages.
Diffstat (limited to 'letsencrypt-compatibility-test/setup.py')
-rw-r--r--letsencrypt-compatibility-test/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/letsencrypt-compatibility-test/setup.py b/letsencrypt-compatibility-test/setup.py
index 8d4bbda30..e46a05a07 100644
--- a/letsencrypt-compatibility-test/setup.py
+++ b/letsencrypt-compatibility-test/setup.py
@@ -16,6 +16,7 @@ install_requires = [
setup(
name='letsencrypt-compatibility-test',
version=version,
+ license='Apache License 2.0',
packages=find_packages(),
install_requires=install_requires,
entry_points={