Skip to content

Commit

Permalink
Fix missing pykeepass.kdbx_parsing when built with modern tools (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain authored Mar 11, 2024
1 parent 769ee25 commit 4c8a1cc
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 @@ -37,7 +37,7 @@ Issues = "https://github.com/libkeepass/pykeepass/issues"
Changelog = "https://github.com/libkeepass/pykeepass/blob/master/CHANGELOG.rst"

[tool.setuptools]
packages = ["pykeepass"]
packages = ["pykeepass", "pykeepass.kdbx_parsing"]
include-package-data = true

[build-system]
Expand Down

0 comments on commit 4c8a1cc

Please sign in to comment.