Skip to content

Commit b3a127c

Browse files
committed
pip: Fix package.
Signed-off-by: iabdalkader <[email protected]>
1 parent 8c87dee commit b3a127c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
2-
requires = ["setuptools>=61.0"]
2+
requires = ["setuptools>=61.0", "setuptools-scm>=8.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "openmv"
7-
version = "2.0.0"
7+
dynamic = ["version"]
88
description = "OpenMV Camera Protocol V2 - Python library and CLI"
99
readme = "README.md"
1010
license = {text = "MIT"}
@@ -46,3 +46,6 @@ Issues = "https://github.com/openmv/openmv-python/issues"
4646

4747
[tool.setuptools.packages.find]
4848
where = ["src"]
49+
50+
[tool.setuptools_scm]
51+
version_scheme = "no-guess-dev"

0 commit comments

Comments
 (0)