From d9c18745ffaed8494fefdc5c124bfeb28141f6fe Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 28 Aug 2017 12:05:03 -0400 Subject: [PATCH] Update README.rst --- README.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5f96c09..01b2d9a 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,16 @@ setup.py (for humans) ===================== -A Guide to ``setup.py``. +This repo exists to provide an `example setup.py `_ file, that can be used to bootstrap your next Python project. + +`setup.py` files can be + +To Do +----- + +- Tests via ``$setup.py test``. +- Universal wheels in ``$ publish commmand``. +- ``LICENSE`` +- ``MANIFEST.in`` + +Pull requests are encouraged!