From efed7707c9f9a18425239ce91405132ebd8ace01 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 17 Oct 2023 20:29:50 +0200 Subject: Replace ruscreen with Python pipx-installable script --- scripts/pyproject.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 scripts/pyproject.toml (limited to 'scripts/pyproject.toml') diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml new file mode 100644 index 00000000..ad8aef7a --- /dev/null +++ b/scripts/pyproject.toml @@ -0,0 +1,17 @@ +[tool.poetry] +name = "p7s" +version = "0.1.0" +description = "" +authors = ["alex "] + +[tool.poetry.dependencies] +python = "^3.9" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" + + +[tool.poetry.scripts] +ruscreen = 'p7s.ruscreen:main' -- cgit v1.2.3