From f0d57a85f490d380a56d9bcfbe837f56ac1b457a Mon Sep 17 00:00:00 2001 From: Sebastian Straub Date: Sun, 15 Oct 2023 16:48:50 +0200 Subject: [PATCH] add readme to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9692ce8..ac5d494 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,7 @@ name = "raspi-poe-mon" version = "1.0.0a1" description = "A controller for the display and fan of the Raspberry Pi Power Over Ethernet HAT (Type B), compatible with Raspberry Pi 3B+/4B" +readme = "README.md" authors = ["Sebastian Straub "] license = "MIT License" packages = [{ include = "raspi_poe_mon", from = "src" }]