v0.6.3-a2, added __version__, version in pypi is now dynamic.

This commit is contained in:
Mr Finchum 2025-01-03 13:47:28 +01:00
parent f22ca680ca
commit d85c796dcc
4 changed files with 18 additions and 4 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "optima35"
version = "0.6.3-a1"
dynamic = ["version"]
authors = [{ name = "Mr. Finchum" }]
description = "OPTIMA35 is a package to modify images with pillow and piexif."
readme = "README.md"
@ -18,3 +18,12 @@ classifiers = [
[project.urls]
Homepage = "https://gitlab.com/CodeByMrFinchum/optima35"
[project.scripts]
optima35 = "optima35.__main__:main"
[tool.hatch.build.targets.wheel]
packages = ["src/optima35"]
[tool.hatch.version]
path = "src/optima35/__init__.py"