Skip to content

Commit a174103

Browse files
authored
Update pyproject.toml
1 parent 37d70b7 commit a174103

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ build-backend = "setuptools.build_meta"
99
[project]
1010
requires-python = ">=3.9"
1111
name = "bydhvs"
12-
dynamic = ["version"]
12+
dynamic = [
13+
"version",
14+
]
1315
description = "A module for communicating with the BYD HVS Battery system"
1416
readme = { file = "README.md", content-type = "text/markdown" }
1517
license = { text = "GPL-3.0" }
@@ -31,6 +33,8 @@ classifiers = [
3133
"Topic :: Utilities"
3234
]
3335

36+
[tool.setuptools_scm]
37+
3438
[project.urls]
3539
HomePage = "https://github.com/bbr111/python-bydhvs"
3640
DOWNLOAD = "https://github.com/bbr111/python-bydhvs/releases"

0 commit comments

Comments
 (0)