Skip to content

Commit

Permalink
Merge pull request #1 from sbidoul/clarifify-pip-use
Browse files Browse the repository at this point in the history
Clarifify pip use
  • Loading branch information
sbidoul authored Dec 21, 2023
2 parents 0e65168 + 1401788 commit cb27a4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ It tries to find a diff tool in the following order:
- `meld`
- `diff -r`

It currently uses the `pip` executable found in path to download or build.

## License

`pip-wheel-diff` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = ["pip"]
dependencies = []

[project.scripts]
pip-wheel-diff = "pip_wheel_diff.__main__:main"
Expand Down

0 comments on commit cb27a4f

Please sign in to comment.