From 44d787d90dd46bffa83331c3bd08ad023c10b863 Mon Sep 17 00:00:00 2001 From: Lev Ostatnigrosh <34930566+bnkc@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:24:32 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a927271..3949042 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ cargo install un-pack --locked > [!WARNING] > There are scenarios where using `Unpack` can yield false positives. Mapping `site-packages` to their corresponding > dependencies/imports are not always a 1:1 relationship. For Example: `scikit-learn` is imported as `sklearn`. -> Alot of decisions were made based on [Metadata for Python Software Packages]([https://peps.python.org/pep-0566/](https://packaging.python.org/en/latest/specifications/core-metadata/#core-metadata)) +> Alot of decisions were made based on [Metadata for Python Software Packages](https://packaging.python.org/en/latest/specifications/core-metadata/#core-metadata) ### Command-line options