Skip to content

Commit c4b4dea

Browse files
committed
authors
1 parent 0493d1b commit c4b4dea

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ name = "pyportfolioopt"
33
version = "1.5.6"
44
description = "Financial portfolio optimization in python"
55
license = "MIT"
6-
authors = ["Robert Andrew Martin <martin.robertandrew@gmail.com>"]
6+
maintainers = [
7+
{ name = "Robert Andrew Martin", email = "martin.robertandrew@gmail.com" },
8+
]
9+
authors = [
10+
{ name = "Robert Andrew Martin", email = "martin.robertandrew@gmail.com" },
11+
]
712
readme = "README.md"
813
repository = "https://github.com/pyportfolio/pyportfolioopt"
914
documentation = "https://pyportfolioopt.readthedocs.io/en/latest/"

0 commit comments

Comments
 (0)