Skip to content

Commit

Permalink
remove mention of poetry
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed Nov 13, 2024
1 parent 6abf0f4 commit f93e450
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ features:
- Can read from a config file for default values.
- Can optionally copy the license to the clipboard automatically.
- Converted from 'argparse' to 'Typer' for CLI handling.
- It now uses [Poetry](https://python-poetry.org/) for dependency management.
- It now uses [uv](https://docs.astral.sh/uv/) for dependency management.
- Fixes the issue where extra spaces and newlines were added to the generated
license text. This was considered a bug by at least several users, so it was
fixed in version `0.10.0`. However, if you want to generate a license with the
Expand All @@ -43,7 +43,7 @@ features:
- The code has been modernized and cleaned up, all type-hinting has been
added.
- It passes strict linting with the latest 'Ruff' and 'mypy'.
- GitHub actions set up for linting, `Dependabot` and `Dependency Review`.
- GitHub actions set up for linting, `Renovate` and `Dependency Review`.
- Can output a list of licenses and languages in JSON format for integration
with other tools.

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ features:
- Can read from a config file for default values.
- Can optionally copy the license to the clipboard automatically.
- Converted from 'argparse' to 'Typer' for CLI handling.
- It now uses [Poetry](https://python-poetry.org/){:target="_blank"} for
- It now uses [uv](https://docs.astral.sh/uv/){:target="_blank"} for
dependency management.
- Fixes the issue where extra spaces and newlines were added to the generated
license text. This was considered a bug by at least several users, so it was
Expand All @@ -29,7 +29,7 @@ features:
- The code has been modernized and cleaned up, all type-hinting has been
added.
- It passes strict linting with the latest 'Ruff' and 'mypy'.
- GitHub actions set up for linting, `Dependabot` and `Dependency Review`.
- GitHub actions set up for linting, `Renovate` and `Dependency Review`.
- Can output a list of licenses and languages in JSON format for integration
with other tools.

Expand Down

0 comments on commit f93e450

Please sign in to comment.