Skip to content

Commit c457bad

Browse files
committed
Update pyproject.toml
1 parent 717f42c commit c457bad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,13 @@ heif = ["pillow-heif"]
5757
Homepage = "https://github.com/django-cms/django-filer"
5858

5959
[tool.setuptools]
60-
packages = ["filer", "filer.*"]
6160
include-package-data = true
6261
zip-safe = false
6362

63+
[tool.setuptools.packages.find]
64+
where = ["."]
65+
include = ["filer*"]
66+
6467
[tool.setuptools.dynamic]
6568
version = {attr = "filer.__version__"}
6669

0 commit comments

Comments
 (0)