Skip to content

Commit 2bafa5c

Browse files
committed
Fix missing local package
1 parent 2f48ddf commit 2bafa5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="trustyai",
10-
version="0.0.4",
10+
version="0.0.5",
1111
description="Python bindings to the TrustyAI explainability library",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
@@ -26,7 +26,7 @@
2626
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2727
"Topic :: Software Development :: Libraries :: Java Libraries"
2828
],
29-
packages=['trustyai', 'trustyai.model', 'trustyai.utils'],
29+
packages=['trustyai', 'trustyai.model', 'trustyai.utils', 'trustyai.local'],
3030
include_package_data=False,
3131
install_requires=['Jpype1'],
3232
)

0 commit comments

Comments
 (0)