From 5b1ef644344a8aa971cbcde85da26a0aa20327a7 Mon Sep 17 00:00:00 2001 From: Robert Stein Date: Thu, 17 Oct 2024 19:42:10 +0200 Subject: [PATCH] chore: add meta infos for pypi --- README.md | 7 +------ pyproject.toml | 14 +++++++++++++- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6f99e27..3c9a8b5 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,5 @@ Allows to collect cli usage data to a Sentry instance. -Built by: - - - - Unikube Logo - +Built by: Blueshoe - the team behind Gefyra diff --git a/pyproject.toml b/pyproject.toml index ab4a098..e205c43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,21 @@ [tool.poetry] name = "cli_tracker" -version = "0.3.0" +version = "0.3.1" description = "" authors = ["Robert Stein ", "Georg Krause "] readme = "README.md" +homepage = "https://gefyra.dev" +repository = "https://github.com/gefyrahq/gefyra" +documentation = "https://gefyra.dev" +keywords = [ + "CLI", +] +classifiers = [ + "Intended Audience :: Developers", + "Topic :: Software Development :: Build Tools", + "Operating System :: MacOS", + "Operating System :: POSIX :: Linux" +] [tool.poetry.dependencies] python = "^3.8"