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.
1 parent c548076 commit b194997Copy full SHA for b194997
python/pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["hatchling", "hatch-vcs"]
+requires = ["hatchling", "hatch-vcs", "hatch-requirements-txt"]
3
build-backend = "hatchling.build"
4
5
[project]
@@ -49,6 +49,9 @@ ledmatrixgui = "inputmodule.cli:main_gui"
49
#[tool.hatch.build.hooks.vcs]
50
#version-file = "inputmodule/_version.py"
51
52
+[tool.hatch.metadata.hooks.requirements_txt]
53
+files = ["requirements.txt"]
54
+
55
[tool.hatch.build.targets.sdist]
56
exclude = [
57
"/.github",
0 commit comments