Skip to content

Commit 5d52bb6

Browse files
committed
build(poetry): fix package part of pyproject
1 parent 426ba6f commit 5d52bb6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ authors = [
88
]
99
license = "MIT"
1010
readme = "README.md"
11-
packages = [{ include = "dtcli" }]
1211
requires-python = ">=3.8.1,!=3.9.0,!=3.9.1,<4.0"
1312
dependencies = [
1413
"click>=8.1.3",
@@ -28,6 +27,9 @@ dependencies = [
2827
[project.scripts]
2928
datatrail = "dtcli.cli:cli"
3029

30+
[tool.poetry]
31+
packages = [{ include = "dtcli" }]
32+
3133
[tool.poetry.group.dev]
3234
optional = true
3335

0 commit comments

Comments
 (0)