diff options
| author | alex <alex@pdp7.net> | 2023-10-17 20:29:50 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-10-17 20:30:14 +0200 |
| commit | efed7707c9f9a18425239ce91405132ebd8ace01 (patch) | |
| tree | 3d58a975ace957754afe7c2235bf18f595d92cca /scripts/pyproject.toml | |
| parent | 32cd86df7cd8619ef0f957860f0312080aab2a91 (diff) | |
Replace ruscreen with Python pipx-installable script
Diffstat (limited to 'scripts/pyproject.toml')
| -rw-r--r-- | scripts/pyproject.toml | 17 |
1 files changed, 17 insertions, 0 deletions
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 <alex@pdp7.net>"] + +[tool.poetry.dependencies] +python = "^3.9" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" + + +[tool.poetry.scripts] +ruscreen = 'p7s.ruscreen:main' |
