From 5c3a87390e7192402246d8709b031a88941800ab Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Mon, 28 Aug 2017 13:31:55 -0400
Subject: [PATCH] Update README.rst

---
 README.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.rst b/README.rst
index 6ed8b74..9d3c5d7 100644
--- a/README.rst
+++ b/README.rst
@@ -4,3 +4,5 @@ Sample Module Repository
 This simple project is an example repo for Python projects.
 
 `Learn more <http://www.kennethreitz.org/essays/repository-structure-and-python>`_.
+
+If you want to learn more about ``setup.py`` files, check out `this repository <https://github.com/kennethreitz/setup.py>`_.
-- 
GitLab