File: pyproject.toml

package info (click to toggle)
python-taskipy 1.14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 436 kB
  • sloc: python: 1,262; makefile: 16; sh: 1
file content (6 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
[tool.poetry]
name = "taskipy"
description = "tasks runner for python projects"

[tool.taskipy.tasks]
run_loop_with_sigterm_handling = "python3 loop_with_sigterm_handler.py"