[Zope-CVS] SVN: zpkgtools/trunk/zpkgsetup/setup.py add a command description so --help-commands can explain what this is

Fred L. Drake, Jr. fdrake at gmail.com
Fri Aug 5 12:01:49 EDT 2005


Log message for revision 37738:
  add a command description so --help-commands can explain what this is

Changed:
  U   zpkgtools/trunk/zpkgsetup/setup.py

-=-
Modified: zpkgtools/trunk/zpkgsetup/setup.py
===================================================================
--- zpkgtools/trunk/zpkgsetup/setup.py	2005-08-05 15:49:06 UTC (rev 37737)
+++ zpkgtools/trunk/zpkgsetup/setup.py	2005-08-05 16:01:48 UTC (rev 37738)
@@ -255,6 +255,8 @@
     # method above; this is a really hackish way to get the kwargs
     # dict, but it works.
 
+    description = "dump all packaging metadata used by distutils"
+
     user_options = []
 
     def initialize_options(self):



More information about the Zope-CVS mailing list