Skip to content

Commit

Permalink
Merge pull request #9 from ctdunc/main
Browse files Browse the repository at this point in the history
update pyproject authors
  • Loading branch information
abstractqqq authored Mar 18, 2024
2 parents ece9848 + d31d54f commit 083c2e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers = [
]
authors = [
{name = "Tianren Qin", email = "[email protected]"},
{name = "Connor Duncan", email = "[email protected]"},
]
dependencies = [
"polars >= 0.20.6, !=0.20.12",
Expand All @@ -38,4 +39,4 @@ dev = [
[tool.ruff]
line-length = 100
fix = true
src = ["python"]
src = ["python"]

0 comments on commit 083c2e1

Please sign in to comment.