2023-10-26 07:51:54 +00:00
|
|
|
[build-system]
|
|
|
|
requires = ["hatchling"]
|
|
|
|
build-backend = "hatchling.build"
|
|
|
|
|
|
|
|
[project]
|
|
|
|
name = "pix360_krpano"
|
|
|
|
version = "0.0.1"
|
|
|
|
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]
|
2024-03-07 14:30:47 +00:00
|
|
|
"Homepage" = "https://git.private.coffee/kumisystems/pix360-krpano"
|
|
|
|
"Bug Tracker" = "https://git.private.coffee/kumisystems/pix360-krpano/issues"
|
2023-10-26 07:51:54 +00:00
|
|
|
|
|
|
|
[project.entry-points."pix360downloader"]
|
|
|
|
"pix360-krpano" = "pix360_krpano.modules:KRPanoDownloader"
|