pix360core/pyproject.toml
Kumi b0b5157e46
chore: Bumps version to 0.0.5
Updates version to reflect recent changes or improvements.
2024-11-15 11:23:48 +01:00

26 lines
617 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "pix360core"
version = "0.0.5"
authors = [
{ name="Kumi Systems e.U.", email="office@kumi.systems" },
]
description = "Core features of PIX360"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"cube2sphere",
"pillow"
]
[project.urls]
"Homepage" = "https://kumig.it/kumisystems/pix360core"
"Bug Tracker" = "https://kumig.it/kumisystems/pix360core/issues"