diff --git a/README.md b/README.md index 1ea77db..b151671 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![PyPI - Version](https://img.shields.io/pypi/v/scanreq.svg)](https://pypi.org/project/scanreq) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/scanreq.svg)](https://pypi.org/project/scanreq) +[![Build Status](https://img.shields.io/github/actions/workflow/status/agusmakmun/scan-unused-requirements/run-tests.yml?branch=master)](https://github.com/agusmakmun/scan-unused-requirements/actions/workflows/run-tests.yml) +[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) **ScanReq** - Python tool to scan all unused packages in requirements.txt file for your project. @@ -76,6 +78,6 @@ optional arguments: - [x] Support CLI - make it as a command - [x] Write some tests - [x] Publish to PyPi +- [x] Support multiple python versions - [ ] Support scan the `pyproject.toml` -- [ ] Support multiple python versions - [ ] Support multiple devices (Linux, Macbook, and Windows) diff --git a/pyproject.toml b/pyproject.toml index a5a2b3d..82954f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,9 +30,9 @@ scripts.scanreq = "scanreq.__main__:main" [project.urls] Changelog = "https://github.com/agusmakmun/scan-unused-requirements/releases" -Documentation = "https://github.com/agusmakmun/scanreq" -Issues = "https://github.com/agusmakmun/scanreq/issues" -Source = "https://github.com/agusmakmun/scanreq" +Documentation = "https://github.com/agusmakmun/scan-unused-requirements" +Issues = "https://github.com/agusmakmun/scan-unused-requirements/issues" +Source = "https://github.com/agusmakmun/scan-unused-requirements" [tool.hatch.version] path = "src/scanreq/__about__.py"