diff --git a/pyproject.toml b/pyproject.toml index 7731e91..19726c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,14 +2,17 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" -[tool.poetry] +[project] name = "colormap" version = "1.2.0" description = "Commn utilities to ease development of Python packages" -authors = ["Thomas Cokelaer "] +authors = [ + { "name" = "Thomas Cokelaer", "email" = "thomas.cokelaer@pasteur.fr" }, +] license = "BSD-3-Clause" readme = "README.rst" keywords = ["config", "decorators", "development"] +dynamic = ["dependencies", "requires-python"] classifiers = [ "Development Status :: 5 - Production/Stable",