diff --git a/README.md b/README.md index 2530ac2..e5ac1c5 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ it draws to a terminal renderer, no hardware needed. ## Installation ```sh -pip install matrixbox +pip install matrixbox-simulator ``` -Or, with [uv][uv]: +Or, as a tool with [uv][uv]: ```sh -uv tool add matrixbox +uv tool add matrixbox-simulator ``` ## Requirements diff --git a/pyproject.toml b/pyproject.toml index b0f6230..4487a48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,7 @@ name = "matrixbox-simulator" version = "0.1.0" description = "A desktop simulator and terminal visualizer for matrixbox apps" +readme = "README.md" license = "MIT" authors = [ { name = "Simon Sawert", email = "simon@sawert.se" }