From ee2b9f17136c56073ea9dee259798001d83a8b2d Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Thu, 30 Jul 2009 12:00:15 -0400 Subject: [PATCH] finally found the perfect quote --- packaging.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging.html b/packaging.html index 16ef5ed..8f248c9 100644 --- a/packaging.html +++ b/packaging.html @@ -17,7 +17,7 @@ mark{display:inline}

Difficulty level: ♦♦♦♦♢

Packaging Python Libraries

-

FIXME
— FIXME +

You’ll find the shame is like the pain; you only feel it once.
— Marquise de Merteuil, Dangerous Liaisons

 

Diving In

@@ -81,7 +81,7 @@ This version requires Python 3 or later; a Python 2 version is available separat

Things Distutils Can’t Do For You

-

Releasing your first Python package is a daunting process. (Releasing your second one is easier.) Distutils tries to automate as much of it as possible, but there are some things you simply must do yourself. +

Releasing your first Python package is a daunting process. (Releasing your second one is a little easier.) Distutils tries to automate as much of it as possible, but there are some things you simply must do yourself.