From fbd8e377abf65da38760cf47ce38b4294a49239b Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Fri, 11 Sep 2009 15:26:36 -0400 Subject: [PATCH] typo --- packaging.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging.html b/packaging.html index abf14ca..7f260f9 100644 --- a/packaging.html +++ b/packaging.html @@ -300,7 +300,7 @@ Topic :: Software Development :: Libraries :: Python Modules

Checking Your Setup Script for Errors

-

There’s a lot to keep track of. Distutils comes with a built-in validation command that checks that all the required metadata is present in your setup script. For example, if you forget to include the version parameter, Distutils will can remind you. +

There’s a lot to keep track of. Distutils comes with a built-in validation command that checks that all the required metadata is present in your setup script. For example, if you forget to include the version parameter, Distutils will remind you.

 c:\Users\pilgrim\chardet> c:\python31\python.exe setup.py check