chiark / gitweb /
convert setup.py into working setuptools-based installer
authorHans-Christoph Steiner <hans@eds.org>
Thu, 24 Oct 2013 19:29:40 +0000 (15:29 -0400)
committerCiaran Gultnieks <ciaran@ciarang.com>
Thu, 24 Oct 2013 20:28:04 +0000 (21:28 +0100)
commit4d79f41beaca27604b18a70454802067c48c7166
tree412d2e8ad3a01dee11483e7e8c0ba5cf23e370b3
parent9e113dbacfe2c46be5313d219dcbf10bede70374
convert setup.py into working setuptools-based installer

With this setup.py, its possible to install the required packages using:
  pip install -e .

The Debian packaging will also automatically get the dependencies from
install_requires.  This does not handle the generation of the docs at all.
I have not found a straightforward way to include running ./gendocs.sh in
setup.py, but its easy to run in the Debian packaging.
setup.py