~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Launchpad Patch Queue Manager
  • Date: 2009-07-16 03:44:09 UTC
  • mfrom: (8827.2.7 buildout-sitepackage)
  • Revision ID: launchpad@pqm.canonical.com-20090716034409-2zc27qubsc8dtd5z
[r=flacoste][ui=none] integrate my zc.buildout branches to fix a
        variety of problems of using buildout with a system Python

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# setuptools or zc.buildout, you need to put it in ./download-cache/dist and
9
9
# commit there, and change the specification in versions.cfg, as described
10
10
# generally for dependencies in ./doc/buildout.txt.
11
 
find_links = ./eggs
12
 
             ./download-cache/dist
13
 
allow_hosts = None
 
11
allow_hosts =
14
12