We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0779fed commit 590cb6bCopy full SHA for 590cb6b
pyproject.toml
@@ -9,6 +9,11 @@ packages = ["src/instanexus"]
9
name = "instanexus"
10
version = "0.2.0"
11
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
17
readme = "README.md"
18
readme-content-type = "text/markdown"
19
requires-python = ">=3.10"
@@ -56,7 +61,3 @@ target-version = ['py311']
56
61
57
62
[tool.isort]
58
63
profile = "black"
59
-
60
-authors = [
- { name = "Marco Reverenna", email = "[email protected]" }
-]
0 commit comments