Skip to content

Commit 0ec4284

Browse files
committed
Install script wrapper
1 parent af9b82d commit 0ec4284

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ colorama = "^0.4.6"
2020
black = {extras = ["d"], version = "^23.3.0"}
2121
isort = "^5.12.0"
2222

23+
[tool.poetry.scripts]
24+
linuxdeploy-plugin-native_packages = "ldnp.__main__:main"
25+
2326
[build-system]
2427
requires = ["poetry-core"]
2528
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)