From: Ramakrishnan Muthukrishnan Date: Thu, 2 Oct 2014 00:27:38 +0000 (+0530) Subject: Create an alias for distributable packages. X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=9bf478c76473bed6bae1143cbf080e9eb7120a51;p=tahoe-lafs%2Ftahoe-lafs.git Create an alias for distributable packages. For building a distributable package, do not create the egg-link file and the corresponding entry to the actual source in the easy_install.pth file. --- diff --git a/setup.cfg b/setup.cfg index ac312c9d..9dd268d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,7 @@ find_links=misc/dependencies tahoe-deps ../tahoe-deps [aliases] build = update_version develop --prefix=support make_executable build +build_for_package = update_version --prefix=support make_executable build test = update_version develop --prefix=support make_executable build trial sdist = update_version sdist install = update_version install