refactor: fix&patch see changelog for 0.11.0

This commit is contained in:
Mr Finchum 2025-02-05 14:04:37 +00:00
parent cb016ae98f
commit 0d416aaf8d
15 changed files with 3266 additions and 42 deletions

View file

@ -7,8 +7,14 @@ name = "OptimaLab35"
dynamic = ["version"]
authors = [{ name = "Mr Finchum" }]
description = "User interface for optima35."
readme = "../pip_README.md"
requires-python = ">=3.8"
dependencies = ["optima35>=1.0.0, <2.0.0", "PyYAML", "PyPyUpdater"]
dependencies = [
"optima35>=1.0.0, <2.0.0",
"PyPiUpdater>=0.6.0, <1.0.0",
"pyside6",
"PyYAML",
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",