From fce4f4de573d99639103e65b10feb53694bca0da Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Thu, 9 Jan 2025 11:32:31 +0100 Subject: [PATCH] Readme just for pypi, updated toml file. --- pip_README.md | 2 ++ pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 pip_README.md diff --git a/pip_README.md b/pip_README.md new file mode 100644 index 0000000..afe32fa --- /dev/null +++ b/pip_README.md @@ -0,0 +1,2 @@ +Uses pillow and piexif to modify images, see [optima35](https://gitlab.com/CodeByMrFinchum/optima35) gitlab for more information. +Install [OptimaLab35](https://pypi.org/project/OptimaLab35/) in pip for a GUI. diff --git a/pyproject.toml b/pyproject.toml index 2f7e4bf..1ee9c4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ build-backend = "hatchling.build" name = "optima35" dynamic = ["version"] authors = [{ name = "Mr. Finchum" }] -description = "OPTIMA35 is a package to modify images with pillow and piexif." -readme = "README.md" +description = "optima35 is a package to modify images, using pillow and piexif." +readme = "pip_README.md" requires-python = ">=3.8" dependencies = ["piexif", "pillow"] classifiers = [