Skip to content

Commit 337ca19

Browse files
chore: use [project.scripts] instead of [tool.poetry.scripts] in pyproject.toml
1 parent fe0db87 commit 337ca19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ module = [
6363
]
6464
ignore_missing_imports = true
6565

66-
67-
[tool.poetry.scripts]
66+
[project.scripts]
6867
udata-hydra = "udata_hydra.cli:run"
6968
udata-hydra-crawl = "udata_hydra.crawl:run"
7069
udata-hydra-app = "udata_hydra.app:run"

0 commit comments

Comments
 (0)