Skip to content

Commit

Permalink
fix: project.urls and update shields badge
Browse files Browse the repository at this point in the history
  • Loading branch information
agusmakmun committed Apr 4, 2024
1 parent 40c5395 commit 85997fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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)
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 85997fd

Please sign in to comment.