From 4770bd2f277eac1a11ae3cfbe5757f5ce67b1982 Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Thu, 6 Dec 2018 14:09:49 +0200 Subject: Add fields to pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4a9ceae..98850e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,9 +2,11 @@ name = "pysignald" version = "0.0.1" description = "A library that allows communication via the Signal IM service using the signald daemon." +license = "MIT" authors = ["Stavros Korokithakis "] packages = [{include = "signald"}] readme = "README.md" +repository = "https://gitlab.com/stavros/pysignald/" [tool.poetry.dependencies] python = "^3.4" -- cgit v1.2.3-54-g00ecf