Compare commits

...

2 Commits

Author SHA1 Message Date
649e16c03a Switch ownership from mdaleo404 to guardutils in README and pyproject 2025-11-27 17:55:29 +00:00
Marco D'Aleo
fc02895965 Merge pull request #18 from mdaleo404/add_badges_to_readme
Add badges to README
2025-11-23 07:32:05 +00:00
2 changed files with 6 additions and 7 deletions

View File

@@ -1,8 +1,7 @@
![License](https://img.shields.io/github/license/mdaleo404/resrm)
[![Language](https://img.shields.io/github/languages/top/mdaleo404/resrm.svg)](https://github.com/mdaleo404/resrm/)
![GitHub Release](https://img.shields.io/github/v/release/mdaleo404/resrm?display_name=release&logo=github)
[![License](https://img.shields.io/github/license/guardutils/resrm?style=flat)](LICENCE)
[![Language](https://img.shields.io/github/languages/top/guardutils/resrm.svg)](https://github.com/guardutils/resrm/)
![GitHub Release](https://img.shields.io/github/v/release/guardutils/resrm?display_name=release&logo=github)
![PyPI - Version](https://img.shields.io/pypi/v/resrm?logo=pypi)
[![Build Status](https://img.shields.io/github/actions/workflow/status/mdaleo404/resrm/.github/workflows/lint-and-security.yml)](https://github.com/mdaleo404/resrm/actions)
[![PyPI downloads](https://img.shields.io/pypi/dm/resrm.svg)](https://pypi.org/project/resrm/)
# resrm
@@ -75,7 +74,7 @@ pip install resrm
### From this repository
```bash
git clone https://github.com/mdaleo404/resrm.git
git clone https://github.com/guardutils/resrm.git
cd resrm/
poetry install
```

View File

@@ -5,8 +5,8 @@ description = "drop-in replacement for rm with undo/restore built-in."
authors = ["Marco D'Aleo <marco@marcodaleo.com>"]
license = "GPL-3.0-or-later"
readme = "README.md"
homepage = "https://github.com/mdaleo404/resrm"
repository = "https://github.com/mdaleo404/resrm"
homepage = "https://github.com/guardutils/resrm"
repository = "https://github.com/guardutils/resrm"
packages = [{include = "resrm", from = "src"}]
[tool.poetry.dependencies]