From a8a2f0afcc9e0b18b2968202ba7f9cb92e083e8e Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Tue, 19 Aug 2025 12:27:37 -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 fabc83b..e2b2397 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RustPython parser as a library -This project is forked from [RustPython][RustPython] project. The parser is one of the core part of [RustPython] and [Ruff] project. +This project is forked from [RustPython][RustPython] project. The parser is one of the core parts of [RustPython] and was one of the core parts of the [Ruff] project. We try to keep these crates as a well-packaged library for more potential users.