Skip to content

Commit

Permalink
Adding auto-versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
NDevanathan authored Sep 9, 2024
1 parent 2d1829e commit 1578827
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[tool.poetry]
[project]
name = "ls-spa"
version = "1.0.0"
dynamic = ["version"]

[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]

[tool.setuptools_scm]
# empty

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

0 comments on commit 1578827

Please sign in to comment.