[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 "] 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"