Feature/enhancing

This commit is contained in:
Mr Finchum 2025-01-13 14:53:43 +00:00
parent e74c782027
commit 215fb9142d
15 changed files with 1602 additions and 422 deletions

View file

@ -6,10 +6,10 @@ build-backend = "hatchling.build"
name = "OptimaLab35"
dynamic = ["version"]
authors = [{ name = "Mr. Finchum" }]
description = "User interface for OPTIMA35."
readme = "README.md"
description = "User interface for optima35."
readme = "pip_README.md"
requires-python = ">=3.8"
dependencies = ["optima35==0.6.4", "pyside6", "PyYAML"]
dependencies = ["optima35>=0.6.6", "pyside6", "PyYAML", "packaging"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",