Skip to content

Commit

Permalink
finish up about page
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Torborg committed Nov 18, 2012
1 parent d893b1d commit 0591100
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ About This Tutorial / Contributing

Scott Torborg - `[email protected] <mailto:[email protected]>`_.

I wrote this tutorial in an attempt to improve the state of Python packages at large. Tools like `virtualenv <http://www.virtualenv.org/en/latest/>`_ and `pip <http://www.pip-installer.org/en/latest/>`_, as well as improvements to setuptools, have made
I wrote this tutorial in an attempt to improve the state of Python packages at large. Tools like `virtualenv <http://www.virtualenv.org/en/latest/>`_ and `pip <http://www.pip-installer.org/en/latest/>`_, as well as improvements to setuptools, have made the Python package ecosystem a delight to work in.

However, I frequently run across packages I want to use that don't interoperate correctly with others, or find myself in situations where I'm not sure exactly how to structure things. This is an attempt to fix that.

This documentation is written in reStructuredText and built with `Sphinx <http://sphinx-doc.org>`_. The source is open and hosted at http://github.com/storborg/python-packaging.

Expand Down

0 comments on commit 0591100

Please sign in to comment.