resources: remove unnecessary os.path.dirname import
[git-cola.git] / bin / README.md
blobbec3fac26a136b43f023881dc110e3d1cd42e387
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 or
5 `pip install --editable .` to generate the entry point scripts.
7 The `git cola`, `git cola-rebase-editor` and `git dag` Git sub-commands are provided by
8 the `git-cola`, `git-cola-rebase-editor` and `git-dag` setuptools entry point scripts.
10 The entry points are the real commands that get installed by `make install` and are
11 configured in the `entry_points` section in [setup.cfg](../setup.cfg).