Skip to content

Commit 6347a17

Browse files
committed
maybe fix for poetry <2
1 parent af980df commit 6347a17

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[project]
22
name = "wherobots-python-dbapi"
3+
4+
[tool.poetry]
5+
name = "wherobots-python-dbapi"
36
version = "0.11.0"
47
description = "Python DB-API driver for Wherobots DB"
5-
authors = [{name = "Maxime Petazzoni", email = "max@wherobots.com"}]
8+
authors = ["Maxime Petazzoni <max@wherobots.com>"]
69
license = "Apache 2.0"
710
readme = "README.md"
8-
9-
[tool.poetry]
1011
packages = [{ include = "db", from = "wherobots" }]
1112

1213
[project.urls]

0 commit comments

Comments
 (0)