Commit 3f92747
committed
Fix console entry point for purldb CLI #622
The console_scripts entry point in setup.cfg incorrectly referenced
"purldb:command_line". There is no top-level purldb module in the
repository, which caused the generated CLI wrapper to fail with:
ModuleNotFoundError: No module named 'purldb'
The command_line function is defined in purldb_project, so the
entry point must reference "purldb_project:command_line".
This restores the functionality of the `purldb` CLI command when
running inside Docker as documented in the installation guide.
Signed-off-by: Adharsh Baswaraj <adharshbaswaraj@gmail.com>1 parent 891ce72 commit 3f92747
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments