This commit is contained in:
Mark Pilgrim
2009-09-11 15:26:36 -04:00
parent d0d25e7a92
commit fbd8e377ab
+1 -1
View File
@@ -300,7 +300,7 @@ Topic :: Software Development :: Libraries :: Python Modules</code></pre>
<h2 id=check>Checking Your Setup Script for Errors</h2>
<p>There&#8217;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 <code>version</code> parameter, Distutils will can remind you.
<p>There&#8217;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 <code>version</code> parameter, Distutils will remind you.
<pre class=screen>
<samp class=p>c:\Users\pilgrim\chardet> </samp><kbd>c:\python31\python.exe setup.py check</kbd>