v0.6.3-a1

This commit is contained in:
Mr Finchum 2025-01-03 12:43:02 +01:00
parent 8f1e8b8f9e
commit 798169234c
2 changed files with 42 additions and 30 deletions

20
pyproject.toml Normal file
View file

@ -0,0 +1,20 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "optima35"
version = "0.6.3-a1"
authors = [{ name = "Mr. Finchum" }]
description = "OPTIMA35 is a package to modify images with pillow and piexif."
readme = "README.md"
requires-python = ">=3.8"
dependencies = ["piexif", "pillow"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://gitlab.com/CodeByMrFinchum/optima35"