Skip to content

Commit e68538b

Browse files
committed
Fix scripts section in pyproject.toml
Signed-off-by: Tobias Wolf <[email protected]>
1 parent d3838d5 commit e68538b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ boto3 = "*"
2626
black = "^24.8.0"
2727

2828
[tool.poetry.scripts]
29-
gl-cname = "src.python_gardenlinux_lib.cname:main"
30-
flavors-parse = "src.python_gardenlinux_lib.flavors.parse_flavors:main"
29+
gl-cname = "python_gardenlinux_lib.cname:main"
30+
gl-flavors-parse = "python_gardenlinux_lib.flavors.parse_flavors:main"
31+
flavors-parse = "python_gardenlinux_lib.flavors.parse_flavors:main"
3132

3233
[tool.pytest.ini_options]
3334
pythonpath = [

0 commit comments

Comments
 (0)