Skip to content

Commit

Permalink
Renamed package
Browse files Browse the repository at this point in the history
  • Loading branch information
alterakey committed May 3, 2023
1 parent 652f53a commit 89feed4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ Copyright (C) 2017-2018 Takahiro and Ken-ya Yoshimura. All rights reserved.
Licensed under the terms of GNU General Public License Version 3 or later.

resigner is an iOS application resigner.

## Quickstart

```
pip install --user resigner
```
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[project]
name = 'resign'
name = 'resigner'
authors = [
{name='Takahiro Yoshimura', email='takahiro_y@monolithworks.co.jp'},
{name='Ken-ya Yoshimura', email='kenya_y@monolithworks.co.jp'},
Expand All @@ -27,7 +27,7 @@ dev = [
Source = "https://github.com/monolithworks/resigner"

[project.scripts]
resign = "resign:entry"
resigner = "resigner:entry"

[tool.mypy]
strict = true
Expand Down
File renamed without changes.

0 comments on commit 89feed4

Please sign in to comment.