pix360_krpano/pyproject.toml
Kumi 7f4c3ace09
feat: bump pix360_krpano version to 0.0.2
This minor version increment reflects the latest enhancements and fixes introduced to the pix360_krpano project. It ensures users have access to the most up-to-date features and improvements, maintaining the project's commitment to quality and reliability.
2024-04-13 08:53:31 +02:00

25 lines
712 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "pix360_krpano"
version = "0.0.2"
authors = [
{ name="Kumi Systems e.U.", email="office@kumi.systems" },
]
description = "krpano downloader module for PIX360"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://git.private.coffee/kumisystems/pix360-krpano"
"Bug Tracker" = "https://git.private.coffee/kumisystems/pix360-krpano/issues"
[project.entry-points."pix360downloader"]
"pix360-krpano" = "pix360_krpano.modules:KRPanoDownloader"