cola: migrate the build system to setuptools
[git-cola.git] / bin / README.md
blob7b381e57e6acc9383fb0d168a8b54bc139adeb22
1 # Command-line Wrappers
3 The scripts in this directory are provided for convenience. They allow running
4 `git-cola` directly from the source tree without needing to use a virtualenv and
5 `pip install --editable .` or `python setup.py develop` to generate the entry point
6 scripts.
8 The `git cola`, `git cola-rebase-editor` and `git dag` Git sub-commands are provided by
9 the `git-cola`, `git-cola-rebase-editor` and `git-dag` setuptools entry point scripts.
11 The entry points are the real commands that get installed by `make install` and are
12 configured in the `entry_points` section in [setup.cfg](../setup.cfg).