-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Scott Torborg
committed
Nov 18, 2012
1 parent
d893b1d
commit 0591100
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|