Skip to content

Commit 8966e38

Browse files
author
Pratik Mahamuni
committed
Removed the hardcoded version from pyproject.toml file based on the comment from zariii
1 parent bbe40d9 commit 8966e38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-can"
7-
dynamic = ["readme"]
8-
version = "4.3.1"
7+
dynamic = ["readme", "version"]
98
description = "Controller Area Network interface module for Python"
109
authors = [{ name = "python-can contributors" }]
1110
dependencies = [

0 commit comments

Comments
 (0)