Skip to content

Commit 1401788

Browse files
committed
Clarify which pip version is used
1 parent ce0d7ce commit 1401788

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ It tries to find a diff tool in the following order:
4040
- `meld`
4141
- `diff -r`
4242

43+
It currently uses the `pip` executable found in path to download or build.
44+
4345
## License
4446

4547
`pip-wheel-diff` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: Implementation :: CPython",
2626
"Programming Language :: Python :: Implementation :: PyPy",
2727
]
28-
dependencies = ["pip"]
28+
dependencies = []
2929

3030
[project.scripts]
3131
pip-wheel-diff = "pip_wheel_diff.__main__:main"

0 commit comments

Comments
 (0)