mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-03 03:36:44 +00:00
setup.py: add descriptions for some of the setup commands. ref #1306
This commit is contained in:
parent
0693181613
commit
999339ed4e
5
setup.py
5
setup.py
@ -229,7 +229,9 @@ class RunWithPythonPath(Command):
|
|||||||
sys.exit(rc)
|
sys.exit(rc)
|
||||||
|
|
||||||
class TestMacDiskImage(Command):
|
class TestMacDiskImage(Command):
|
||||||
|
description = "test the Mac disk image in dmg format (unmaintained)"
|
||||||
user_options = []
|
user_options = []
|
||||||
|
|
||||||
def initialize_options(self):
|
def initialize_options(self):
|
||||||
pass
|
pass
|
||||||
def finalize_options(self):
|
def finalize_options(self):
|
||||||
@ -287,7 +289,9 @@ class CheckAutoDeps(Command):
|
|||||||
|
|
||||||
|
|
||||||
class MakeExecutable(Command):
|
class MakeExecutable(Command):
|
||||||
|
description = "make the 'bin%stahoe' scripts" % (os.sep,)
|
||||||
user_options = []
|
user_options = []
|
||||||
|
|
||||||
def initialize_options(self):
|
def initialize_options(self):
|
||||||
pass
|
pass
|
||||||
def finalize_options(self):
|
def finalize_options(self):
|
||||||
@ -379,6 +383,7 @@ class MySdist(sdist.sdist):
|
|||||||
|
|
||||||
return sdist.sdist.make_distribution(self)
|
return sdist.sdist.make_distribution(self)
|
||||||
|
|
||||||
|
|
||||||
setup_args = {}
|
setup_args = {}
|
||||||
if version:
|
if version:
|
||||||
setup_args["version"] = version
|
setup_args["version"] = version
|
||||||
|
Loading…
Reference in New Issue
Block a user