Skip to content

Commit

Permalink
Merge pull request #15 from IanLee1521/patch-2
Browse files Browse the repository at this point in the history
Added link to setuptools docs
  • Loading branch information
storborg committed Jan 20, 2016
2 parents 4263cdd + d565e4d commit 7f257d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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 the Python package ecosystem a delight to work in.
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 <https://pythonhosted.org/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.

Expand Down

0 comments on commit 7f257d4

Please sign in to comment.