Skip to content

Commit

Permalink
Add missing badges
Browse files Browse the repository at this point in the history
  • Loading branch information
justgigio committed Nov 8, 2023
1 parent cadc99a commit 73019e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

0 comments on commit 73019e1

Please sign in to comment.