Adjusted dependency and added urls.
This commit is contained in:
parent
2c4f7f6b2e
commit
9ec3184420
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,7 @@ readme = "../pip_README.md"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"optima35>=1.0.0, <2.0.0",
|
"optima35>=1.0.0, <2.0.0",
|
||||||
"PyPiUpdater>=0.7.0, <1.0.0",
|
"PyPiUpdater>=0.7.2, <1.0.0",
|
||||||
"pyside6",
|
"pyside6",
|
||||||
"PyYAML",
|
"PyYAML",
|
||||||
]
|
]
|
||||||
|
@ -26,6 +26,8 @@ classifiers = [
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Source = "https://gitlab.com/CodeByMrFinchum/OptimaLab35"
|
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]
|
[project.scripts]
|
||||||
OptimaLab35 = "OptimaLab35.__main__:main"
|
OptimaLab35 = "OptimaLab35.__main__:main"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue