aboutsummaryrefslogblamecommitdiffstats
path: root/pyproject.toml
blob: 4a9ceaeb4fbf4f260e83574f024249b79d1721df (plain) (tree)
1
2
3
4
5
6
7
             
                  
                 
                                                                                                       
                                                  
                                  
                    










                                    
[tool.poetry]
name = "pysignald"
version = "0.0.1"
description = "A library that allows communication via the Signal IM service using the signald daemon."
authors = ["Stavros Korokithakis <hi@stavros.io>"]
packages = [{include = "signald"}]
readme = "README.md"

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