aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"