aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 14c5e1779c73982a69b515c7daf91eb1141fc82a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tool.poetry]
name = "pysignald"
version = "0.0.7"
description = "A library that allows communication via the Signal IM service using the signald daemon."
license = "MIT"
authors = ["Stavros Korokithakis <hi@stavros.io>"]
packages = [{include = "signald"}]
readme = "README.md"
repository = "https://gitlab.com/stavros/pysignald/"

[tool.poetry.dependencies]
python = "^3.4"
attrs = "^18.2"

[tool.poetry.dev-dependencies]
pytest = "^3.5"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"