We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438e863 commit 5e039feCopy full SHA for 5e039fe
python/pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["hatchling", "hatch-vcs", "hatch-requirements-txt"]
+requires = ["hatchling", "hatch-vcs"]
3
build-backend = "hatchling.build"
4
5
[project]
@@ -26,8 +26,7 @@ classifiers = [
26
dependencies = [
27
"pyserial",
28
# Optional for GUI
29
- "getkey",
30
- "PySimpleGUI",
+ "pygame",
31
# Optional for image operations
32
"Pillow",
33
]
@@ -49,9 +48,6 @@ ledmatrixgui = "inputmodule.cli:main_gui"
49
48
#[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