File tree Expand file tree Collapse file tree 1 file changed +5
-20
lines changed
Expand file tree Collapse file tree 1 file changed +5
-20
lines changed Original file line number Diff line number Diff line change @@ -14,23 +14,6 @@ classifiers =
1414 Operating System :: OS Independent
1515
1616[options]
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
30- portkey_ai.llms
31- portkey_ai.llms.langchain
32- portkey_ai.llms.llama_index
33- portkey_ai.utils
3417python_requires = >=3.8
3518zip_safe = True
3619include_package_data = True
@@ -79,6 +62,8 @@ files = portkey_ai
7962exclude = portkey_ai/_vendor/*
8063
8164[options.packages.find]
82- exclude =
83- tests/
84- tests.*
65+ where = .
66+ include = portkey_ai*
67+ exclude =
68+ tests*
69+ tests
You can’t perform that action at this time.
0 commit comments