Skip to content

Commit 590cb6b

Browse files
committed
🐛 move authors to correct section
1 parent 0779fed commit 590cb6b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ packages = ["src/instanexus"]
99
name = "instanexus"
1010
version = "0.2.0"
1111
description = "End-to-end workflow for de novo protein sequencing based on InstaNovo"
12+
13+
authors = [
14+
{ name = "Marco Reverenna", email = "[email protected]" }
15+
]
16+
1217
readme = "README.md"
1318
readme-content-type = "text/markdown"
1419
requires-python = ">=3.10"
@@ -56,7 +61,3 @@ target-version = ['py311']
5661

5762
[tool.isort]
5863
profile = "black"
59-
60-
authors = [
61-
{ name = "Marco Reverenna", email = "[email protected]" }
62-
]

0 commit comments

Comments
 (0)