diff --git a/pyproject.toml b/pyproject.toml index 34dfd88..ccba8dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,3 +60,7 @@ include = [ "/djangocms_text", "/djangocms_text_ckeditor" ] +artifacts = [ + "djangocms_text/static/**", + "djangocms_text/contrib/**/static/**", +]