From e119887577eac8f0fe111896452c98ea80937c79 Mon Sep 17 00:00:00 2001 From: Jonathan Schweder Date: Sun, 18 Dec 2022 15:27:06 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e866c2f..c91d520 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,13 @@ [tool.poetry] name = "makeflatt" version = "1.0.0" -description = "" +description = "Simple library to make your dictionary flatten" authors = ["Jonathan Schweder "] +license = "MIT" +repository = "https://github.com/jaswdr/makeflatt" +homepage = "https://github.com/jaswdr/makeflatt" +readme = "README.md" +keywords = ["makeflatt", "dict", "dictionaries", "flatten"] [tool.poetry.dependencies] python = "^3.8"