Skip to content

Commit 2a0fa03

Browse files
Fix for poetry build
1 parent 15fb69a commit 2a0fa03

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ classifiers = [
1515
"Topic :: Scientific/Engineering :: Artificial Intelligence",
1616
"Typing :: Typed"
1717
]
18-
packages = [
19-
{ include = "task_registry" }
20-
]
18+
package-mode = false
2119

2220
[tool.poetry.scripts]
2321
deploy = "task_registry.data:main"

0 commit comments

Comments
 (0)