From e9f8bd9d3bf8f563ad988747b15d78b01af838db Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Thu, 6 Dec 2018 14:04:39 +0200 Subject: Rename package --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 25bbeef..a04a658 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,9 @@ [tool.poetry] -name = "signald" +name = "pysignald" version = "0.0.1" -description = "" +description = "A library that allows communication via the Signal IM service using the signald daemon." authors = ["Stavros Korokithakis "] +packages = [{include = "signald"}] [tool.poetry.dependencies] python = "^3.4" -- cgit v1.2.3-54-g00ecf