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!