From 0efde49ba92800e896d180067d8d0a6cb8ca7f5c Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Thu, 6 Dec 2018 14:08:13 +0200 Subject: Specify README in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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 "] packages = [{include = "signald"}] +readme = "README.md" [tool.poetry.dependencies] python = "^3.4" -- cgit v1.2.3-54-g00ecf