aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--pyproject.toml5
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8d6755a..af16f9a 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Installation
You can install pysignald with pip:
```
-$ pip install signald
+$ pip install pysignald
```
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 <hi@stavros.io>"]
+packages = [{include = "signald"}]
[tool.poetry.dependencies]
python = "^3.4"