aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStavros Korokithakis <hi@stavros.io>2018-12-06 14:08:13 +0200
committerStavros Korokithakis <hi@stavros.io>2018-12-06 14:08:13 +0200
commit0efde49ba92800e896d180067d8d0a6cb8ca7f5c (patch)
tree3b458a0e5b9d227306c4e4600439467272766434
parente9f8bd9d3bf8f563ad988747b15d78b01af838db (diff)
downloadpysignald-0efde49ba92800e896d180067d8d0a6cb8ca7f5c.tar.gz
pysignald-0efde49ba92800e896d180067d8d0a6cb8ca7f5c.zip
Specify README in pyproject.toml
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a04a658..4a9ceae 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,6 +4,7 @@ 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"