Skip to content

Commit 0a2a288

Browse files
committed
python: Use hardcoded version for now
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 860d53a commit 0a2a288

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

python/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ ledmatrixctl = "framework16_inputmodule.cli:main_cli"
4343
[project.gui-scripts]
4444
ledmatrixgui = "framework16_inputmodule.cli:main_gui"
4545

46-
[tool.hatch.version]
47-
source = "vcs"
48-
49-
[tool.hatch.build.hooks.vcs]
50-
version-file = "framework16_inputmodule/_version.py"
46+
#[tool.hatch.version]
47+
#source = "vcs"
48+
#
49+
#[tool.hatch.build.hooks.vcs]
50+
#version-file = "framework16_inputmodule/_version.py"
5151

5252
[tool.hatch.build.targets.sdist]
5353
exclude = [

0 commit comments

Comments
 (0)