Skip to content

Commit 4c8a1cc

Browse files
Fix missing pykeepass.kdbx_parsing when built with modern tools (#378)
1 parent 769ee25 commit 4c8a1cc

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
@@ -37,7 +37,7 @@ Issues = "https://github.com/libkeepass/pykeepass/issues"
3737
Changelog = "https://github.com/libkeepass/pykeepass/blob/master/CHANGELOG.rst"
3838

3939
[tool.setuptools]
40-
packages = ["pykeepass"]
40+
packages = ["pykeepass", "pykeepass.kdbx_parsing"]
4141
include-package-data = true
4242

4343
[build-system]

0 commit comments

Comments
 (0)