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
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