Skip to content

Commit aaec619

Browse files
fix pyproject.toml config error (#151)
1 parent 1fb6fca commit aaec619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ classifiers=[
4444
static-ace = ["djangocms-static-ace"]
4545

4646
[tool.setuptools.packages.find]
47-
where = ["djangocms_snippet"]
47+
where = ["."]
4848
exclude = ["tests"]
4949

5050
[project.urls]

0 commit comments

Comments
 (0)