From 0856bc0dd61f28ed415f7048e2a56689fbab0908 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 28 Aug 2017 13:45:59 -0400 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3d0d753..1db4efd 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -setup.py (for humans) -===================== +📦 setup.py (for humans) +======================== This repo exists to provide an `example setup.py `_ file, that can be used to bootstrap your next Python project. It includes some advanced patterns and best practices for ``setup.py``, as well as some commented-out nice-to-haves.