Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
NDevanathan authored Sep 9, 2024
1 parent 66b7e2e commit d46ccbf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[project]
name = "ls-spa"
dynamic = ["version"]

[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2", "poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand All @@ -10,6 +6,8 @@ build-backend = "poetry.core.masonry.api"
# empty

[tool.poetry]
name = "ls-spa"
dynamic = ["version"]
description = "A package for efficient Shapley performance attribution for least-squares problems"
authors = [
"Logan Bell <[email protected]>",
Expand Down

0 comments on commit d46ccbf

Please sign in to comment.