Files
opencv-python-headless-only/pyproject.toml
T
2026-05-20 10:09:54 +02:00

30 lines
714 B
TOML

[project]
name = "opencv-python"
version = "4.1000.0.0"
description = "Empty package to prevent opencv-python from installing, but installing opencv-python-headless instead."
authors = [
{ name = "Wim Pomp-Pervova", email = "w.pomp@nki.nl" }
]
license = { text = "MIT OR Apache-2.0"}
readme = "README.md"
keywords = ["opencv"]
packages = [{ include = "opencv_python" }]
dependencies = [
"opencv-python-headless",
]
[project.urls]
repository = "https://git.wimpomp.nl/wim/opencv-python"
homepage = "https://git.wimpomp.nl/wim/opencv-python"
[tool.isort]
line_length = 119
[tool.ruff]
line-length = 119
indent-width = 4
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"