clipboard-watcher/pyproject.toml

20 lines
430 B
TOML
Raw Normal View History

2022-01-08 18:56:37 +01:00
[tool.poetry]
name = "clipboard-watcher"
version = "0.1.0"
description = ""
authors = ["Gonçalo Valério <gon@ovalerio.net>"]
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
black = {version = "^21.12b0", allow-prereleases = true}
[tool.poetry.scripts]
watcher = "clipboard_watcher.app:main"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"