We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d70b7 commit a174103Copy full SHA for a174103
pyproject.toml
@@ -9,7 +9,9 @@ build-backend = "setuptools.build_meta"
9
[project]
10
requires-python = ">=3.9"
11
name = "bydhvs"
12
-dynamic = ["version"]
+dynamic = [
13
+ "version",
14
+]
15
description = "A module for communicating with the BYD HVS Battery system"
16
readme = { file = "README.md", content-type = "text/markdown" }
17
license = { text = "GPL-3.0" }
@@ -31,6 +33,8 @@ classifiers = [
31
33
"Topic :: Utilities"
32
34
]
35
36
+[tool.setuptools_scm]
37
+
38
[project.urls]
39
HomePage = "https://github.com/bbr111/python-bydhvs"
40
DOWNLOAD = "https://github.com/bbr111/python-bydhvs/releases"
0 commit comments