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.
1 parent fdb4c9a commit 381347eCopy full SHA for 381347e
setup.cfg
@@ -17,11 +17,20 @@ classifiers =
17
packages =
18
portkey_ai
19
portkey_ai.api_resources
20
+ portkey_ai.api_resources.apis
21
+ portkey_ai.api_resources.instrumentation
22
+ portkey_ai.api_resources.instrumentation.crewai
23
+ portkey_ai.api_resources.instrumentation.langgraph
24
+ portkey_ai.api_resources.instrumentation.litellm
25
+ portkey_ai.api_resources.instrumentation.openai
26
+ portkey_ai.api_resources.types
27
portkey_ai._vendor
28
portkey_ai.langchain
29
portkey_ai.llamaindex
- portkey_ai.utils
30
portkey_ai.llms
31
+ portkey_ai.llms.langchain
32
+ portkey_ai.llms.llama_index
33
+ portkey_ai.utils
34
python_requires = >=3.8
35
zip_safe = True
36
include_package_data = True
0 commit comments