pyprland/pyproject.toml
2023-04-27 21:14:27 +02:00

20 lines
440 B
TOML

[tool.poetry]
name = "pyprland"
version = "1.0.0"
description = "An hyperland plugin system"
authors = ["fdev31 <fdev31@gmail.com>"]
license = "MIT"
readme = "README.md"
packages = [{include = "pyprland"}]
homepage = "https://github.com/fdev31/pyprland/"
[tool.poetry.scripts]
pypr = "pyprland.command:main"
[tool.poetry.dependencies]
python = "^3.10"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"