From e3f4dc3383aa9ca7f9a00d7b1b43f15cdaf94364 Mon Sep 17 00:00:00 2001 From: panosangelopoulostc Date: Sat, 17 Sep 2022 00:15:49 +0300 Subject: [PATCH] First version to publish --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1782e7..0e81d6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,13 @@ [tool.poetry] name = "django_bitgo" -version = "0.1.0" +version = "0.1.1" description = "Django app for bitGo" authors = ["panosangelopoulos "] license = "MIT" +homepage = "https://github.com/panosangelopoulos/django_bitgo" +repository = "https://github.com/panosangelopoulos/django_bitgo" +readme = "README.md" +keywords = ["django", "bitgo", "django_bitgo"] [tool.poetry.dependencies] python = "^3.10"