diff --git a/src/pyproject.toml b/src/pyproject.toml index 903108e..0c07f29 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -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"