Skip to content

Commit

Permalink
Add dom to modules
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0r committed Mar 2, 2024
1 parent ded31e3 commit 9fb2b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ line_length = 100

[tool.setuptools]
include-package-data = false
packages = ["webview", "webview.js", "webview.lib", "webview.platforms"]
packages = ["webview", "webview.dom", "webview.js", "webview.lib", "webview.platforms"]

[tool.setuptools.package-data]
"webview.lib" = ["**/*.dll", "**/*.jar"]
Expand Down

0 comments on commit 9fb2b53

Please sign in to comment.