Skip to content

Commit c88088c

Browse files
committed
chore: Fix wheel build
1 parent 6b8f52a commit c88088c

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
@@ -79,7 +79,7 @@ build-backend = "hatchling.build"
7979
include = ["django_mongoengine/**"]
8080

8181
[tool.hatch.build.targets.wheel]
82-
packages = ["django-mongoengine"]
82+
packages = ["django_mongoengine"]
8383

8484
[tool.hatch.version]
8585
source = "vcs"

0 commit comments

Comments
 (0)