From a9d9b5ac3d025f273e212b073dbea82f2ade9146 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 22 Oct 2025 15:19:16 +0800 Subject: [PATCH] bugfix --- setup.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.cfg b/setup.cfg index d284c46..79e39ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,5 +9,11 @@ license = "MIT" [options] packages = find: +package_dir = + = . requires_python = ">=3.8" install_requires = + +[options.packages.find] +where = . +include = bricks_for_python*