From aaec61955cd7991b0e23e8858fb165a03fa4607d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=85=E7=91=9E=E6=9B=BC?= Date: Mon, 1 Apr 2024 16:23:04 +0800 Subject: [PATCH] fix pyproject.toml config error (#151) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc94fb1b..3992ef84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ classifiers=[ static-ace = ["djangocms-static-ace"] [tool.setuptools.packages.find] -where = ["djangocms_snippet"] +where = ["."] exclude = ["tests"] [project.urls]