Add link from Python post to Tarek's packaging chapter in AOSA.
authorW. Trevor King <wking@tremily.us>
Sat, 14 Jul 2012 15:11:02 +0000 (11:11 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 14 Jul 2012 15:11:02 +0000 (11:11 -0400)
posts/Python.mdwn

index 0bd2041acde36d1fedc87ecced47f9f787c92147..f5245708e04f1e7e3b5f7aa9a435d27328c9d806 100644 (file)
@@ -6,11 +6,14 @@ Useful tidbits:
 
 * [Hitchhiker's guide to packaging][hgp]
 * [NumPy/SciPy documentation guidelines][numpydoc]
+* Tarek Ziadé's [Python Packaging chapter][TZ] from [[The Architecture
+  of Open Source Applications|Software_architecture]].
 
 [Python]: http://www.python.org/
 [pep20]: http://www.python.org/dev/peps/pep-0020/
 [hgp]: http://guide.python-distribute.org/introduction.html
 [numpydoc]: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
+[TZ]: http://www.aosabook.org/en/packaging.html
 
 [[!tag tags/tools]]
 [[!tag tags/programming]]