Skip to content

Commit

Permalink
Add entry point in setup.cfg for pipetask
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jun 15, 2022
1 parent 65a5173 commit 4621576
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ where=python
[options.package_data]
lsst.pipe.base = py.typed

[options.entry_points]
console_scripts =
pipetask = lsst.ctrl.mpexec.cli.pipetask:main

[flake8]
max-line-length = 110
max-doc-length = 79
Expand Down

0 comments on commit 4621576

Please sign in to comment.