pix360_krpano/pyproject.toml
Kumi 2fb338917c
Update homepage URL to pix360-krpano repository
The homepage URL for Pix360-eyerevolution has been updated to point to
the new repository for Pix360-krpano. This change is made in order to
ensure that the correct URL is used when accessing the project's
documentation and other resources. Additionally, this update helps to
maintain consistency and accuracy in our URLs throughout the project's
codebase.
2024-03-07 15:30:47 +01:00

25 lines
No EOL
712 B
TOML

[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]
"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"