Feat: Added compatibility with optima35 v1.0
This commit is contained in:
parent
2a5efcd88c
commit
09025105ea
7 changed files with 76 additions and 442 deletions
|
@ -9,7 +9,7 @@ authors = [{ name = "Mr. Finchum" }]
|
|||
description = "User interface for optima35."
|
||||
readme = "pip_README.md"
|
||||
requires-python = ">=3.8"
|
||||
dependencies = ["optima35>=0.6.7", "pyside6", "PyYAML", "packaging"]
|
||||
dependencies = ["optima35>=1.0.0, <2.0.0", "pyside6", "PyYAML"]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
||||
|
@ -20,7 +20,7 @@ classifiers = [
|
|||
Source = "https://gitlab.com/CodeByMrFinchum/OptimaLab35"
|
||||
|
||||
[project.scripts]
|
||||
OptimaLab35 = "OptimaLab35.main:main"
|
||||
OptimaLab35 = "OptimaLab35.__main__:main"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/OptimaLab35"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue