From: Daira Hopwood Date: Tue, 9 Feb 2016 17:50:46 +0000 (+0000) Subject: Delete the [aliases] section of setup.cfg. refs ticket:1582 X-Git-Url: https://git.rkrishnan.org/listings/copyable-send.py?a=commitdiff_plain;h=40472737a0beedf4c0c94a2746ec6461e31498da;p=tahoe-lafs%2Ftahoe-lafs.git Delete the [aliases] section of setup.cfg. refs ticket:1582 Signed-off-by: Daira Hopwood --- diff --git a/setup.cfg b/setup.cfg index ac312c9d..e18d6306 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,11 +31,3 @@ find_links=misc/dependencies tahoe-deps ../tahoe-deps # http://sourceforge.net/project/showfiles.php?group_id=78018&package_id=79063 # http://pypi.python.org/pypi/pywin32 # (See ticket #142.) - -[aliases] -build = update_version develop --prefix=support make_executable build -test = update_version develop --prefix=support make_executable build trial -sdist = update_version sdist -install = update_version install -bdist_egg = update_version bdist_egg -trial = update_version trial