Skip to content

Commit

Permalink
fix: add dynamic version pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
4sushi authored Mar 6, 2024
1 parent 9e44b70 commit 992e452
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 @@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "solitaire-game"
dynamic = ["version"]
authors = [
{name = "4sushi"},
]
Expand All @@ -26,4 +27,4 @@ solitaire = "solitaire_game.main:main"
[project.urls]
Homepage = "https://github.com/4sushi/solitaire-game"

[tool.setuptools_scm]
[tool.setuptools_scm]

0 comments on commit 992e452

Please sign in to comment.