From 3c13e9f4ab2549e7e87fc1fafcd04ab84b3dc6bc Mon Sep 17 00:00:00 2001 From: Fabian Jankowski Date: Wed, 30 Aug 2023 14:52:58 +0200 Subject: [PATCH] It's really the package. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2aa616..e0c0d54 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ help: @echo 'make black reformat the code using black code formatter' @echo 'make build generate distribution archives' @echo 'make clean remove temporary files' - @echo 'make install install the module locally' + @echo 'make install install the package locally' @echo 'make profile profile the code' @echo 'make test run the non-interactive regression tests' @echo 'make testall run all regression tests'