Skip to content

Commit

Permalink
change author order
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Dec 6, 2023
1 parent df69639 commit 65f6e63
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
name = "snakemake-executor-plugin-slurm-jobstep"
version = "0.1.6"
description = "A Snakemake executor plugin for running srun jobs inside of SLURM jobs (meant for internal use by snakemake-executor-plugin-slurm)"
author = "David Lähnemann <[email protected]>, Johannes Koester <[email protected]>, Christian Meesters <[email protected]>"
authors = [
"Christian Meesters <[email protected]>",
"David Lähnemann <[email protected]>",
"Johannes Koester <[email protected]>",
]
readme = "README.md"

[tool.poetry.dependencies]
Expand Down

0 comments on commit 65f6e63

Please sign in to comment.