We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0493d1b commit c4b4deaCopy full SHA for c4b4dea
1 file changed
pyproject.toml
@@ -3,7 +3,12 @@ name = "pyportfolioopt"
3
version = "1.5.6"
4
description = "Financial portfolio optimization in python"
5
license = "MIT"
6
-authors = ["Robert Andrew Martin <martin.robertandrew@gmail.com>"]
+maintainers = [
7
+ { name = "Robert Andrew Martin", email = "martin.robertandrew@gmail.com" },
8
+]
9
+authors = [
10
11
12
readme = "README.md"
13
repository = "https://github.com/pyportfolio/pyportfolioopt"
14
documentation = "https://pyportfolioopt.readthedocs.io/en/latest/"
0 commit comments