chiark / gitweb /
support egg-link format when installed from git repo
authorHans-Christoph Steiner <hans@eds.org>
Fri, 31 Jul 2015 22:36:51 +0000 (00:36 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Fri, 31 Jul 2015 22:38:41 +0000 (00:38 +0200)
commita020625462fe3176e1bce0d6023ee2be0dd8a2ac
tree1845415c4202c4f7c0de369a003fc7b8ce5ceea3
parent45ffaac3f29e4282ce91d5354378539549c4267f
support egg-link format when installed from git repo

If you run `python setup.py install` from the git repo, then it will be
installed using the .egg-link format, which just points to the git repo.
`fdroid init` needs to handle that when looking for example files to copy.
fdroidserver/init.py