Adjusted dependency and added urls.

This commit is contained in:
Mr Finchum 2025-02-10 16:40:41 +01:00
parent 2c4f7f6b2e
commit 9ec3184420

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"