We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717f42c commit c457badCopy full SHA for c457bad
pyproject.toml
@@ -57,10 +57,13 @@ heif = ["pillow-heif"]
57
Homepage = "https://github.com/django-cms/django-filer"
58
59
[tool.setuptools]
60
-packages = ["filer", "filer.*"]
61
include-package-data = true
62
zip-safe = false
63
+[tool.setuptools.packages.find]
64
+where = ["."]
65
+include = ["filer*"]
66
+
67
[tool.setuptools.dynamic]
68
version = {attr = "filer.__version__"}
69
0 commit comments