We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scripts
pyproject.toml
1 parent 2e70232 commit b48ffe0Copy full SHA for b48ffe0
pyproject.toml
@@ -26,8 +26,9 @@ boto3 = "*"
26
black = "^24.8.0"
27
28
[tool.poetry.scripts]
29
-gl-cname = "src.python_gardenlinux_lib.cname:main"
30
-flavors-parse = "src.python_gardenlinux_lib.flavors.parse_flavors:main"
+gl-cname = "python_gardenlinux_lib.cname:main"
+gl-flavors-parse = "python_gardenlinux_lib.flavors.parse_flavors:main"
31
+flavors-parse = "python_gardenlinux_lib.flavors.parse_flavors:main"
32
33
[tool.pytest.ini_options]
34
pythonpath = [
0 commit comments