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 fd0e2cf commit 4828da9Copy full SHA for 4828da9
pyproject.toml
@@ -26,6 +26,10 @@ classifiers = [
26
]
27
repository = "https://github.com/togethercomputer/together-python"
28
homepage = "https://github.com/togethercomputer/together-python"
29
+packages = [
30
+ { include = "together", from = "src" },
31
+ { include = "together/generated/**/*.py", from = "src" }
32
+]
33
34
[tool.poetry.dependencies]
35
python = "^3.9"
src/together/__init__.py
@@ -9,7 +9,6 @@
9
constants,
10
error,
11
filemanager,
12
- generated,
13
resources,
14
together_response,
15
types,
@@ -55,7 +54,6 @@
55
54
"Client",
56
"AsyncClient",
57
"resources",
58
- "generated",
59
"types",
60
"abstract",
61
"filemanager",
0 commit comments