patch: Adjusted some GUI elements

This commit is contained in:
Mr Finchum 2025-02-10 15:41:50 +00:00
parent 7eb8f162bb
commit 0abc4ba96f
10 changed files with 485 additions and 438 deletions

View file

@ -11,7 +11,7 @@ readme = "../pip_README.md"
requires-python = ">=3.8"
dependencies = [
"optima35>=1.0.0, <2.0.0",
"PyPiUpdater>=0.7.0, <1.0.0",
"PyPiUpdater>=0.7.2, <1.0.0",
"pyside6",
"PyYAML",
]
@ -26,6 +26,8 @@ classifiers = [
[project.urls]
Source = "https://gitlab.com/CodeByMrFinchum/OptimaLab35"
Documentation = "https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/blob/main/README.md"
Changelog = "https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/blob/main/CHANGELOG.md"
[project.scripts]
OptimaLab35 = "OptimaLab35.__main__:main"