diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-02-25 09:30:59 +0100 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-02-25 09:30:59 +0100 |
commit | 5f6d352aaa4c1273d95a740768c0079ae02005c5 (patch) | |
tree | 8e46db6ec28b329fdaa8de68a0bf57c72723c5e7 /gui-project/pyproject.toml | |
parent | 625d7c970dc6cdacc8768bb4ae486009096f2191 (diff) |
Remove legacy gui, update makefile and readme
Diffstat (limited to 'gui-project/pyproject.toml')
-rw-r--r-- | gui-project/pyproject.toml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gui-project/pyproject.toml b/gui-project/pyproject.toml deleted file mode 100644 index 1e6fcf4..0000000 --- a/gui-project/pyproject.toml +++ /dev/null @@ -1,24 +0,0 @@ -[build-system] -requires = ["setuptools"] -build-backend = "setuptools.build_meta" - -[project] -name = "solo_tool_gui" -authors = [ - { name = "Eddy Pedroni", email = "epedroni@pm.me" }, -] -description = "A Qt5-based GUI frontend for the solo_tool library" -requires-python = ">=3.12" -dependencies = [ - "PyQt5>=5.6", - "solo_tool" -] -dynamic = ["version"] - -[project.optional-dependencies] -dev = [ -] - -[project.gui-scripts] -solo-tool-gui = "solo_tool_gui:main" - |