/README.txt
https://bitbucket.org/tarek/hitchhiker-guide-packaging/ · Plain Text · 17 lines · 13 code · 4 blank · 0 comment · 0 complexity · b7f609ba0f3669bddc366f59b8d5d64a MD5 · raw file
- The "Hitchhiker's Guide to Packaging" is a guide focusing on current
- best-practices for working with Python distributions (third-party
- software distributions of Python packages and modules). It covers
- finding, installing, creating, and distributing packages, as well as
- other aspects of the Python module packaging ecosystem.
- All chapters of the Guide are written in [reStructuredText][1] format,
- and the Guide itself is built using the [Sphinx][2] documentation
- tool.
- The html version of the Guide is currently available at
- <http://guide.python-distribute.org/>.
- Please see the `source/license.txt` file for license information.
- [1]: http://docutils.sourceforge.net/rst.html
- [2]: http://sphinx.pocoo.org/