From 9bf478c76473bed6bae1143cbf080e9eb7120a51 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Thu, 2 Oct 2014 05:57:38 +0530
Subject: [PATCH] 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.
---
 setup.cfg | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.45.2