Skip to content

Commit 3d59638

Browse files
committed
try include directive
1 parent a904a89 commit 3d59638

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
include = [
2+
"src/together/generated/**"
3+
]
4+
15
[build-system]
26
requires = [
37
"poetry",
@@ -26,10 +30,6 @@ classifiers = [
2630
]
2731
repository = "https://github.com/togethercomputer/together-python"
2832
homepage = "https://github.com/togethercomputer/together-python"
29-
packages = [
30-
{ include = "together", from = "src" },
31-
{ include = "together/generated/**/*.py", from = "src" }
32-
]
3333

3434
[tool.poetry.dependencies]
3535
python = "^3.9"

0 commit comments

Comments
 (0)