Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'defaults': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'finney': 0.16; 'herself': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'setuptools': 0.16; '(you': 0.16; 'folder': 0.16; 'install': 0.23; 'header:User-Agent:1': 0.23; 'adds': 0.24; 'disclaimer': 0.24; 'rid': 0.24; 'decide': 0.24; '(or': 0.24; 'header:X-Complaints-To:1': 0.27; 'thus': 0.29; 'nature': 0.30; 'convince': 0.31; 'writes:': 0.31; 'url:python': 0.33; 'installing': 0.36; 'words,': 0.36; 'url:org': 0.36; 'ben': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'remove': 0.60; 'forum': 0.61; 'url:3': 0.61; 'skip:* 10': 0.61; 'url:index': 0.63; 'information': 0.63; 'skip:\xe2 10': 0.65; '8bit%:43': 0.74; '\xe2\x80\xa6': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ben Finney Subject: Re: SetupTools Date: Tue, 26 Nov 2013 10:14:02 +1100 References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: rasputin.madmonks.org X-Public-Key-ID: 0xAC128405 X-Public-Key-Fingerprint: 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-gpg.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:Y2JLErXKuxiCkf6/CoaNmWxXqCQ= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1385421255 news.xs4all.nl 15941 [2001:888:2000:d::a6]:60556 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:60463 Chandru Rajendran writes: > How can we set the target folder for the package in Setuptools? You do it at install time. In other words, it's not up to the author of ‘setup.py’ to decide; it's for the administrator installing your package (or whoever set the defaults on that specific machine) to decide where it goes. See for the instructions to the Setuptools user on how to install a distribution. > **************** CAUTION - Disclaimer ***************** > This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely > for the use of the addressee(s). If you are not the intended recipient, please […] This is nonsense (you are deliberately sending the message to a public forum and thus the message is not confidential). Please stop using a system that adds this boilerplate rubbish, and/or convince your system administrators to remove it when sending to public forums. -- \ “… Nature … is seen to do all things Herself and through | `\ herself of own accord, rid of all gods.” —Titus Lucretius | _o__) Carus, c. 40 BCE | Ben Finney