aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStavros Korokithakis <hi@stavros.io>2018-12-06 14:09:49 +0200
committerStavros Korokithakis <hi@stavros.io>2018-12-06 14:09:49 +0200
commit4770bd2f277eac1a11ae3cfbe5757f5ce67b1982 (patch)
tree5683da08abe48548cba8361762dabf8f70841506
parent0efde49ba92800e896d180067d8d0a6cb8ca7f5c (diff)
downloadpysignald-4770bd2f277eac1a11ae3cfbe5757f5ce67b1982.tar.gz
pysignald-4770bd2f277eac1a11ae3cfbe5757f5ce67b1982.zip
Add fields to pyproject.toml
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4a9ceae..98850e7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,9 +2,11 @@
name = "pysignald"
version = "0.0.1"
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"