Skip to content

Commit ae2116a

Browse files
Update pyproject.toml
1 parent 74744b2 commit ae2116a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "dokku-api"
33
version = "1.3.1"
4-
description = "A RESTful API for managing applications and resources on a Dokku platform."
4+
description = "A REST API for managing applications and resources on a Dokku platform."
55
authors = [
66
{name = "JeanExtreme002", email = "jeanextreme002@gmail.com"}
77
]
@@ -72,7 +72,7 @@ dokku-api = "dokku_api.cli:main"
7272
[tool.poetry]
7373
name = "dokku-api"
7474
version = "1.3.1"
75-
description = "A RESTful API for managing applications and resources on a Dokku platform."
75+
description = "A REST API for managing applications and resources on a Dokku platform."
7676
authors = ["JeanExtreme002 <jeanextreme002@gmail.com>"]
7777
readme = "README.md"
7878
license = "MIT"
@@ -109,4 +109,4 @@ build-backend = "poetry.core.masonry.api"
109109

110110
[tool.black]
111111
line-length = 88
112-
target-version = ["py39"]
112+
target-version = ["py39"]

0 commit comments

Comments
 (0)