Skip to content

Commit

Permalink
Remove mentions of the plugin type
Browse files Browse the repository at this point in the history
Signed-off-by: Facundo Tuesca <[email protected]>
  • Loading branch information
facutuesca committed Nov 8, 2024
1 parent 5581133 commit 1a1c1ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Packaging status](https://repology.org/badge/tiny-repos/python:pip-plugin-pep740.svg)](https://repology.org/project/python:pip-plugin-pep740/versions)
<!--- BADGES: END --->

An implementation of a "dist-inspector" [pip](https://pypi.org/project/pip/) plugin
An implementation of a [pip](https://pypi.org/project/pip/) plugin
that verifies PEP-740 attestations before installing a package, and
aborts the installation if verification fails
(as discussed on the pip [issue tracker](https://github.com/pypa/pip/issues/12766)).
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requires-python = ">=3.9"
version = { attr = "pip_plugin_pep740.__version__" }

[project.entry-points."pip.plugins"]
pep740-distinspector = "pip_plugin_pep740"
pip-plugin-pep740 = "pip_plugin_pep740"

[project.optional-dependencies]
doc = ["pdoc"]
Expand Down

0 comments on commit 1a1c1ec

Please sign in to comment.