Skip to content

Commit

Permalink
Add documentation to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
flyte committed Mar 11, 2021
1 parent ffbc045 commit 99fc8c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ stream_modules:
module: serial
device: /dev/ttyUSB0
baud: 9600
```
```
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ stream_modules:
module: serial
device: /dev/ttyUSB0
baud: 9600
```
```
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = "Expose GPIO modules (Raspberry Pi, Beaglebone, PCF8754, PiFace2 e
readme = "README.md"
authors = ["Ellis Percival <mqtt-io@failcode.co.uk>"]
license = "MIT"
documentation = "https://flyte.github.io/mqtt-io/"

[tool.poetry.dependencies]
python = "^3.6"
Expand Down

0 comments on commit 99fc8c4

Please sign in to comment.