From feaff9fbe61648f204821d82bc9c6d1256128763 Mon Sep 17 00:00:00 2001 From: Pierrick Rambaud Date: Tue, 5 Sep 2023 13:23:42 +0000 Subject: [PATCH] refactor: split deps on multilines --- pyproject.toml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e9e03f..30ca6fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,9 +34,25 @@ content-type = "text/x-rst" Homepage = "https://github.com/12rambau/pytest-copie" [project.optional-dependencies] -dev = ["pre-commit", "commitizen", "nox"] -test = ["pytest", "pytest-sugar", "pytest-cov", "pytest-deadfixtures"] -doc = ["sphinx>=6.2.1", "pydata-sphinx-theme", "sphinx-copybutton", "sphinx-design", "sphinx-icon", "sphinx-autoapi"] +dev = [ + "pre-commit", + "commitizen", + "nox" +] +test = [ + "pytest", + "pytest-sugar", + "pytest-cov", + "pytest-deadfixtures" +] +doc = [ + "sphinx>=6.2.1", + "pydata-sphinx-theme", + "sphinx-copybutton", + "sphinx-design", + "sphinx-icon", + "sphinx-autoapi" +] [tool.setuptools] include-package-data = false