We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0d7ce commit 1401788Copy full SHA for 1401788
README.md
@@ -40,6 +40,8 @@ It tries to find a diff tool in the following order:
40
- `meld`
41
- `diff -r`
42
43
+It currently uses the `pip` executable found in path to download or build.
44
+
45
## License
46
47
`pip-wheel-diff` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
pyproject.toml
@@ -25,7 +25,7 @@ classifiers = [
25
"Programming Language :: Python :: Implementation :: CPython",
26
"Programming Language :: Python :: Implementation :: PyPy",
27
]
28
-dependencies = ["pip"]
+dependencies = []
29
30
[project.scripts]
31
pip-wheel-diff = "pip_wheel_diff.__main__:main"
0 commit comments