first commit

This commit is contained in:
w.pomp
2026-05-20 10:09:54 +02:00
parent d74f217968
commit 523a483d2f
7 changed files with 226 additions and 22 deletions
+29
View File
@@ -0,0 +1,29 @@
[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"