]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup.py: add descriptions for some of the setup commands. ref #1306
authordavid-sarah <david-sarah@jacaranda.org>
Wed, 19 Jan 2011 23:33:05 +0000 (15:33 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Wed, 19 Jan 2011 23:33:05 +0000 (15:33 -0800)
setup.py

index 7cf70f3e9323dd7405ca6d086fc1e2d88bf746e7..d5725f53a6479ace6c46ad386a584c6b04c75ef8 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -229,7 +229,9 @@ class RunWithPythonPath(Command):
         sys.exit(rc)
 
 class TestMacDiskImage(Command):
+    description = "test the Mac disk image in dmg format (unmaintained)"
     user_options = []
+
     def initialize_options(self):
         pass
     def finalize_options(self):
@@ -287,7 +289,9 @@ class CheckAutoDeps(Command):
 
 
 class MakeExecutable(Command):
+    description = "make the 'bin%stahoe' scripts" % (os.sep,)
     user_options = []
+
     def initialize_options(self):
         pass
     def finalize_options(self):
@@ -379,6 +383,7 @@ class MySdist(sdist.sdist):
 
         return sdist.sdist.make_distribution(self)
 
+
 setup_args = {}
 if version:
     setup_args["version"] = version