]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Create an alias for distributable packages.
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Thu, 2 Oct 2014 00:27:38 +0000 (05:57 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Thu, 2 Oct 2014 00:33:48 +0000 (06:03 +0530)
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

index ac312c9d2be7b434f2c8e25306efdc069348790a..9dd268d059b202e86ed3a0491d76c71bd19ba69f 100644 (file)
--- 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