We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9b82d commit 0ec4284Copy full SHA for 0ec4284
pyproject.toml
@@ -20,6 +20,9 @@ colorama = "^0.4.6"
20
black = {extras = ["d"], version = "^23.3.0"}
21
isort = "^5.12.0"
22
23
+[tool.poetry.scripts]
24
+linuxdeploy-plugin-native_packages = "ldnp.__main__:main"
25
+
26
[build-system]
27
requires = ["poetry-core"]
28
build-backend = "poetry.core.masonry.api"
0 commit comments