diff --git a/README.md b/README.md index d8d2d22..186319a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ #### CI/CD: [![status-badge](https://ci.44net.ch/api/badges/olofvndrhr/manga-dlp/status.svg)](https://ci.44net.ch/olofvndrhr/manga-dlp) +[![Last Release](https://img.shields.io/github/release-date/olofvndrhr/manga-DLP?label=last%20release)](https://github.com/olofvndrhr/manga-dlp/releases) +[![Version](https://img.shields.io/github/v/release/olofvndrhr/manga-dlp?label=version&sort=semver)](https://github.com/olofvndrhr/manga-dlp/releases) #### Code Analysis: diff --git a/pyproject.toml b/pyproject.toml index 69437c8..2c2e040 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,6 @@ classifiers = [ dependencies = [ "requests>=2.24.0", ] -dynamic = ["version"] [project.urls] Homepage = "https://github.com/olofvndrhr/manga-dlp"