patch: adjusted pyproject.toml

This commit is contained in:
Mr Finchum 2025-03-24 15:24:14 +01:00
parent 3233b92fba
commit e2cef24b65
2 changed files with 6 additions and 4 deletions

View file

@ -1,14 +1,16 @@
# Changelog
## 1.0.x
### 1.0.3 Patch: Adjusted pyproject.toml (25.03.24)
- Added <4.0 python version
### 1.0.2: Added Classifier
### 1.0.2: Added Classifier (25.02.09)
- Added classifiers in `pyproject.toml` for PyPI.
### 1.0.1: Contribution
### 1.0.1: Contribution (25.01.28)
- Added a contribution section in the README for Mr. Finch.
### **1.0.0** Refactoring
### **1.0.0** Refactoring (25.01.28)
- Added function descriptions for better clarity and maintainability.
- Introduced guidelines for each function, defining objectives and expected behavior.

View file

@ -8,7 +8,7 @@ dynamic = ["version"]
authors = [{ name = "Mr. Finchum" }]
description = "optima35 is a package to modify images, using pillow and piexif."
readme = "pip_README.md"
requires-python = ">=3.8"
requires-python = ">=3.8, <4.0"
dependencies = ["piexif", "pillow"]
classifiers = [
"Development Status :: 5 - Production/Stable",