Skip to content

Commit 06889bb

Browse files
authored
docs: remove emails (#10)
1 parent eb6f3da commit 06889bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ requires-python = ">=3.11,<4.0"
44
version = "0.1.2"
55
dependencies = [ "snakemake >=9.13.2,<10", "snakemake-interface-common>=1.22.0,<2", "snakemake-interface-scheduler-plugins>=2.0.2,<3",]
66
authors = [
7-
{name = "Filipe G. Vieira", email = "[email protected]"},
8-
{name = "Lucas Czech", email = "[email protected]"},
7+
{name = "Filipe G. Vieira"},
8+
{name = "Lucas Czech"},
99
]
1010
maintainers = [
11-
{name = "Filipe G. Vieira", email = "[email protected]"},
11+
{name = "Filipe G. Vieira"},
1212
]
1313
description = "A Snakemake scheduler plugin that selects the first jobs that fit available resources."
1414
readme = "README.md"

0 commit comments

Comments
 (0)