summaryrefslogtreecommitdiffstats
path: root/python/python3-pykeepass/fix_missing_pykeepass_kdbx_parsing.patch
blob: 0f75cec6b215d928482860347b738d4bd124e0ed (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
This patch was taken from Arch Linux's gitlab repo:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pykeepass/-/blob/main/0001-fix_missing_pykeepass_kdbx_parsing.patch
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -37,7 +37,7 @@
 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]