We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c1904f + 64c9ec7 commit bc01b0aCopy full SHA for bc01b0a
setup.cfg
@@ -14,14 +14,6 @@ classifiers =
14
Operating System :: OS Independent
15
16
[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
25
python_requires = >=3.8
26
zip_safe = True
27
include_package_data = True
@@ -70,6 +62,8 @@ files = portkey_ai
70
62
exclude = portkey_ai/_vendor/*
71
63
72
64
[options.packages.find]
73
-exclude =
74
- tests/
75
- tests.*
65
+where = .
66
+include = portkey_ai*
67
+exclude =
68
+ tests*
69
+ tests
0 commit comments