Skip to content

Commit

Permalink
chore: add meta infos for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Oct 17, 2024
1 parent cc34cb3 commit 5b1ef64
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,5 @@

Allows to collect cli usage data to a Sentry instance.

Built by:

<picture>
<source media="(prefers-color-scheme: dark)" srcset="./assets/Unikube-Logo-H-White.png">
<img alt="Unikube Logo" src="./assets/Unikube-Logo-H.png">
</picture>
Built by: Blueshoe - the team behind Gefyra

14 changes: 13 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
[tool.poetry]
name = "cli_tracker"
version = "0.3.0"
version = "0.3.1"
description = ""
authors = ["Robert Stein <[email protected]>", "Georg Krause <[email protected]>"]
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"
Expand Down

0 comments on commit 5b1ef64

Please sign in to comment.