From 9fbfd22f6b6bf0075619e2181e66d557511b14d8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 25 May 2017 11:46:00 -0400 Subject: [PATCH] take a page out of @sigmavirus42's book --- requests/__version__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requests/__version__.py b/requests/__version__.py index 7b09e44e..9abded42 100644 --- a/requests/__version__.py +++ b/requests/__version__.py @@ -5,9 +5,12 @@ # ' ' `-' `-`.`-' `-' `-' ' `-' __title__ = 'requests' +__description__ = 'Python HTTP for Humans.' +__url__ = 'http://python-requests.org' __version__ = '2.14.2' __build__ = 0x021402 __author__ = 'Kenneth Reitz' +__author_email__ = 'me@kennethreitz.org' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2017 Kenneth Reitz' __cake__ = u'✨ 🍰 ✨ Thanks for using my software. It means the world to me. --kennethreitz' \ No newline at end of file