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:49:46 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-09-27 09:23:12 +0300
commitb5036e36ad928522e263db3b4398109167e30ddd (patch)
tree4c3f8522f92533aa1c0823c97e4533fedf7ef2f4 /letsencrypt-nginx/setup.py
parent20131de9fb63eeb7197c0067c4598219834e9bd6 (diff)
Unify setup.py: description/url/author/author_email.
Diffstat (limited to 'letsencrypt-nginx/setup.py')
-rw-r--r--letsencrypt-nginx/setup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/letsencrypt-nginx/setup.py b/letsencrypt-nginx/setup.py
index 9d7d246b7..0a6d9646e 100644
--- a/letsencrypt-nginx/setup.py
+++ b/letsencrypt-nginx/setup.py
@@ -17,7 +17,12 @@ install_requires = [
setup(
name='letsencrypt-nginx',
version=version,
+ description="Nginx plugin for Let's Encrypt client",
+ url='https://github.com/letsencrypt/letsencrypt',
+ author="Let's Encrypt Project",
+ author_email='client-dev@letsencrypt.org',
license='Apache License 2.0',
+
packages=find_packages(),
install_requires=install_requires,
entry_points={