From eae4d9ef7751f8e54fbd875e0ae5b5d617f5bbad Mon Sep 17 00:00:00 2001 From: chinaheyu <810130242@qq.com> Date: Thu, 26 Dec 2024 17:37:48 +0800 Subject: [PATCH] remove unnecessary exclude configuration --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e86f4de..b8d857e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,5 @@ where = ["."] include = ["cv2_enumerate_cameras"] namespaces = false -[tool.setuptools.exclude-package-data] -cv2_enumerate_cameras = ["cv2_enumerate_cameras.cpp"] - [tool.setuptools.dynamic] version = {attr = "cv2_enumerate_cameras.__version__"}