Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbr111 authored Nov 8, 2024
1 parent 37d70b7 commit a174103
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ build-backend = "setuptools.build_meta"
[project]
requires-python = ">=3.9"
name = "bydhvs"
dynamic = ["version"]
dynamic = [
"version",
]
description = "A module for communicating with the BYD HVS Battery system"
readme = { file = "README.md", content-type = "text/markdown" }
license = { text = "GPL-3.0" }
Expand All @@ -31,6 +33,8 @@ classifiers = [
"Topic :: Utilities"
]

[tool.setuptools_scm]

[project.urls]
HomePage = "https://github.com/bbr111/python-bydhvs"
DOWNLOAD = "https://github.com/bbr111/python-bydhvs/releases"
Expand Down

0 comments on commit a174103

Please sign in to comment.