Readme just for pypi, updated toml file.

This commit is contained in:
Mr Finchum 2025-01-09 11:32:31 +01:00
parent 1d43b76bc4
commit fce4f4de57
2 changed files with 4 additions and 2 deletions

2
pip_README.md Normal file
View file

@ -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.

View file

@ -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 = [