1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 21:58:41 +02:00

Replace osc-wrapper.py with entry_points.

This commit is contained in:
2019-04-15 16:51:53 +02:00
committed by Daniel Mach
parent 85dbd9f626
commit 6397a6070d
5 changed files with 38 additions and 45 deletions

View File

@@ -21,8 +21,6 @@ To install from git, do
./setup.py build
./setup.py install
# create a symlink `osc` in your path pointing to osc-wrapper.py.
ln -s osc-wrapper.py /usr/local/bin/osc
Alternatively, you can directly use `./osc-wrapper.py` from the source directory,
which is easier if you develop on osc.