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]