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.
2 parents 8c87dee + b3a127c commit 406af92Copy full SHA for 406af92
pyproject.toml
@@ -1,10 +1,10 @@
1
[build-system]
2
-requires = ["setuptools>=61.0"]
+requires = ["setuptools>=61.0", "setuptools-scm>=8.0"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "openmv"
7
-version = "2.0.0"
+dynamic = ["version"]
8
description = "OpenMV Camera Protocol V2 - Python library and CLI"
9
readme = "README.md"
10
license = {text = "MIT"}
@@ -46,3 +46,6 @@ Issues = "https://github.com/openmv/openmv-python/issues"
46
47
[tool.setuptools.packages.find]
48
where = ["src"]
49
+
50
+[tool.setuptools_scm]
51
+version_scheme = "no-guess-dev"
0 commit comments