Skip to content

Commit e9f08af

Browse files
committed
move
1 parent ea7054f commit e9f08af

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ requires = [
1010
]
1111
build-backend = "poetry.masonry.api"
1212

13-
packages = [
14-
{ include = "together", from = "src" },
15-
]
16-
1713
[tool.poetry]
1814
name = "together"
1915
version = "1.4.0"
@@ -30,6 +26,9 @@ classifiers = [
3026
]
3127
repository = "https://github.com/togethercomputer/together-python"
3228
homepage = "https://github.com/togethercomputer/together-python"
29+
packages = [
30+
{ include = "together", from = "src" },
31+
]
3332

3433
[tool.poetry.dependencies]
3534
python = "^3.9"

0 commit comments

Comments
 (0)