Skip to content

Commit 64c9ec7

Browse files
authored
Merge pull request #348 from Portkey-AI/fix/importError
fix: package import for all the sub directories
2 parents fdb4c9a + 811b69e commit 64c9ec7

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

setup.cfg

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ classifiers =
1414
Operating System :: OS Independent
1515

1616
[options]
17-
packages =
18-
portkey_ai
19-
portkey_ai.api_resources
20-
portkey_ai._vendor
21-
portkey_ai.langchain
22-
portkey_ai.llamaindex
23-
portkey_ai.utils
24-
portkey_ai.llms
2517
python_requires = >=3.8
2618
zip_safe = True
2719
include_package_data = True
@@ -70,6 +62,8 @@ files = portkey_ai
7062
exclude = portkey_ai/_vendor/*
7163

7264
[options.packages.find]
73-
exclude =
74-
tests/
75-
tests.*
65+
where = .
66+
include = portkey_ai*
67+
exclude =
68+
tests*
69+
tests

0 commit comments

Comments
 (0)