From 2b57a4fda4ff11f7910d056fa91d8d0764eabc03 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Mon, 28 Aug 2017 13:31:05 -0400
Subject: [PATCH] Update setup.py

---
 setup.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/setup.py b/setup.py
index 472f508..12af806 100755
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,7 @@
 # -*- coding: utf-8 -*-
 
+# Learn more: https://github.com/kennethreitz/setup.py
+
 from setuptools import setup, find_packages
 
 
-- 
GitLab