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 /setup.py
parent20131de9fb63eeb7197c0067c4598219834e9bd6 (diff)
Unify setup.py: description/url/author/author_email.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index b753a8253..846c609e5 100644
--- a/setup.py
+++ b/setup.py
@@ -77,11 +77,12 @@ testing_extras = [
setup(
name='letsencrypt',
version=version,
- description="Let's Encrypt",
+ description="Let's Encrypt client",
long_description=readme, # later: + '\n\n' + changes
+ url='https://github.com/letsencrypt/letsencrypt',
author="Let's Encrypt Project",
+ author_email='client-dev@letsencrypt.org',
license='Apache License 2.0',
- url='https://letsencrypt.org',
classifiers=[
'Environment :: Console',
'Environment :: Console :: Curses',