Skip to content

Commit

Permalink
add readme to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
klamann committed Oct 15, 2023
1 parent b9c551c commit f0d57a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sstraub@posteo.de>"]
license = "MIT License"
packages = [{ include = "raspi_poe_mon", from = "src" }]
Expand Down

0 comments on commit f0d57a8

Please sign in to comment.