Skip to content

Commit

Permalink
📝 Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
renardguill committed Sep 28, 2022
1 parent 7b6f34d commit c2716c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Release notes.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release Notes
# CHANGELOG

## v0.2.0
* ✨ Add cli command
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Program for mowing a rectangular lawn surface with multiple mowers.

[Release Notes](./Release%20notes.md)
[CHANGELOG](./CHANGELOG.md)

## Installation

Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "0.1.0"
description = ""
authors = ["Guillaume Renard <renardguillaume@gmail.com>"]
readme = "README.md"
homepage = "https://github.com/renardguill/BlaBlaMower"
repository = "https://github.com/renardguill/BlaBlaMower.git"
include = ["CHANGELOG.md"]

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

0 comments on commit c2716c3

Please sign in to comment.