Kumi
a1e4fe47b6
Incremented the project version to 0.0.3 in the pyproject.toml to prepare for a new release. This update signifies the inclusion of minor updates and fixes since the last version, ensuring the project remains up-to-date with the latest improvements and changes.
26 lines
617 B
TOML
26 lines
617 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "pix360core"
|
|
version = "0.0.3"
|
|
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"
|