Skip to content

Commit 866ba69

Browse files
authored
Merge pull request #26 from cjwatson/poetry-core-2.0
Support poetry-core 2.0
2 parents 2517db4 + 9681fb0 commit 866ba69

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22
requires = ["poetry-core"]
33
build-backend = "poetry.core.masonry.api"
44

5-
[tool.poetry]
5+
[project]
66
name = "colormap"
77
version = "1.2.0"
88
description = "Commn utilities to ease development of Python packages"
9-
authors = ["Thomas Cokelaer <[email protected]>"]
9+
authors = [
10+
{ "name" = "Thomas Cokelaer", "email" = "[email protected]" },
11+
]
1012
license = "BSD-3-Clause"
1113
readme = "README.rst"
1214
keywords = ["config", "decorators", "development"]
15+
dynamic = ["dependencies", "requires-python"]
1316

1417
classifiers = [
1518
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)