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 a904a89 commit 3d59638Copy full SHA for 3d59638
pyproject.toml
@@ -1,3 +1,7 @@
1
+include = [
2
+ "src/together/generated/**"
3
+]
4
+
5
[build-system]
6
requires = [
7
"poetry",
@@ -26,10 +30,6 @@ classifiers = [
26
30
]
27
31
repository = "https://github.com/togethercomputer/together-python"
28
32
homepage = "https://github.com/togethercomputer/together-python"
29
-packages = [
- { include = "together", from = "src" },
- { include = "together/generated/**/*.py", from = "src" }
-]
33
34
[tool.poetry.dependencies]
35
python = "^3.9"
0 commit comments