chiark / gitweb /
let setuptools determine the base install path on OSX
authorHans-Christoph Steiner <hans@eds.org>
Mon, 3 Aug 2015 20:03:25 +0000 (22:03 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 3 Aug 2015 20:17:20 +0000 (22:17 +0200)
commit82acf3a0f826c7fe500e8a2ff1f235be6c17c6f7
tree4b8374ecc093068b5a38217167ac2401c2aa7140
parent00ace20d9be8c9bd516fc8257e2ce88b9d7a38da
let setuptools determine the base install path on OSX

Instead of trying to guess which absolute path and .egg name
everything will be installed into, just use a relative path and the
setup process will do the right thing (so far, at least).
setup.py