From 8b5674e0ef8fb2a1d554f7aeec17911760c8d4cc Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Thu, 9 Jan 2025 11:30:06 +0100 Subject: [PATCH] New readme just for pypi and updated requirements. --- pip_README.md | 4 ++++ pyproject.toml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 pip_README.md diff --git a/pip_README.md b/pip_README.md new file mode 100644 index 0000000..f36b255 --- /dev/null +++ b/pip_README.md @@ -0,0 +1,4 @@ +OptimaLab35 is in active development, and even *stable* versions may produce errors in unexpected situations. It is a GUI for optima35. +Please visit [OptimaLab35](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/blob/main/media/exif_editor.png?ref_type=heads) gitlab page for more information. + +Uses [optima35](https://gitlab.com/CodeByMrFinchum/optima35) to modify images. diff --git a/pyproject.toml b/pyproject.toml index 5f83abc..245c578 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.5", "pyside6", "PyYAML", "packaging"] classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",