Skip to content

Commit

Permalink
list of authors and DEPTRY config
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 28, 2025
1 parent a6df85b commit 803fe4a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
name = "cvxmarkowitz"
version = "0.0.0"
description = "Markowitz"
authors = [{name = "Thomas Schmelzer", email = "[email protected]"}]
authors = [{name = "Thomas Schmelzer", email = "[email protected]"},
{name = "Kasper Johansson"},
{name = "Philipp Schiele"},
{name = "Stephen Boyd"}]

readme = "README.md"

#authors = ["Thomas Schmelzer", "Kasper Johansson", "Philipp Schiele", "Stephen Boyd"]
Expand Down Expand Up @@ -54,3 +58,4 @@ packages = ["cvx"]

[tool.deptry.per_rule_ignores]
DEP002 = ["cvxpy-base", "clarabel"]
DEP004 = ["cvx"]

0 comments on commit 803fe4a

Please sign in to comment.