diff --git a/README.rst b/README.rst index 6ed8b74115589502c61827315045e3166195f073..9d3c5d7b6d8e82a41a72aa368dbc7c5733c8786e 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>`_.