Skip to content

Commit

Permalink
Add missing pyproject.toml script for crc-usage (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort authored Apr 3, 2023
1 parent 30d9dc5 commit 137c027
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,16 @@ classifiers = [
[tool.poetry.scripts]
crc-idle = "apps.crc_idle:CrcIdle.execute"
crc-interactive = "apps.crc_interactive:CrcInteractive.execute"
crc-job_stats = "apps.crc_job_stats:CrcJobStats.execute"
crc-proposal_end = "apps.crc_proposal_end:CrcProposalEnd.execute"
crc-job-stats = "apps.crc_job_stats:CrcJobStats.execute"
crc-proposal-end = "apps.crc_proposal_end:CrcProposalEnd.execute"
crc-quota = "apps.crc_quota:CrcQuota.execute"
crc-scancel = "apps.crc_scancel:CrcScancel.execute"
crc-scontrol = "apps.crc_scontrol:CrcScontrol.execute"
crc-show_config = "apps.crc_show_config:CrcShowConfig.execute"
crc-show-config = "apps.crc_show_config:CrcShowConfig.execute"
crc-sinfo = "apps.crc_sinfo:CrcSinfo.execute"
crc-squeue = "apps.crc_squeue:CrcSqueue.execute"
crc-sus = "apps.crc_sus:CrcSus.execute"
crc-usage = "apps.crc_usage:CrcUsage.execute"

[tool.poetry.dependencies]
python = "^3.8.0"
Expand Down

0 comments on commit 137c027

Please sign in to comment.