diff --git a/README.md b/README.md index 89e7225..a39a031 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ [![codecov](https://codecov.io/gh/justgigio/awesome-git-mosaic/graph/badge.svg?token=0ON0YL8EAH)](https://codecov.io/gh/justgigio/awesome-git-mosaic) ![build](https://github.com/justgigio/awesome-git-mosaic/actions/workflows/build.yml/badge.svg) -- Pypi badge -- python version badge -- docs badge +[![PyPI version](https://badge.fury.io/py/awesome-git-mosaic.svg)](https://badge.fury.io/py/awesome-git-mosaic) +![Python Versions](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue) +![License](https://img.shields.io/pypi/l/awesome-git-mosaic) +[![Documentation Status](https://readthedocs.org/projects/awesome-git-mosaic/badge/?version=latest)](https://awesome-git-mosaic.readthedocs.io/en/latest/?badge=latest) + # awesome-git-mosaic A simple tool to make cool tricks with your Github activity mosaic diff --git a/pyproject.toml b/pyproject.toml index 04921b7..e2800fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ readme = "README.md" python = "^3.10" Unidecode = "==1.1.1" - [tool.poetry.group.dev.dependencies] pytest = "==7.4.3" pytest-cov = "==4.1.0" @@ -29,3 +28,8 @@ ignore_missing_imports = true [tool.isort] line_length = 120 + +[project.urls] +"Homepage" = "https://github.com/justgigio/awesome-git-mosaic" +"Bug Tracker" = "https://github.com/justgigio/awesome-git-mosaic/issues" +"Documentation" = "https://awesome-git-mosaic.readthedocs.io"