Change-Id: I5f01a0572122fe20d8713dc74692b8ffe5c4df18
Signed-off-by: TizenOpenSource <tizenopensrc@samsung.com>
]
readme = "README.rst"
requires-python = ">=3.7"
-dependencies = [
- "tomli >=1.1.0 ; python_version<'3.11'",
-]
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]
dynamic = ["version", "description"]
+[project.optional-dependencies]
+all = [
+ "tomli >=1.1.0 ; python_version<'3.11'",
+]
+
[project.urls]
Source = "https://github.com/pypa/pyproject-hooks"
Documentation = "https://pyproject-hooks.readthedocs.io/"