File pyproject.toml of Package failed_ansible-variables
[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "ansible-variables"
version = "0.8.1"
description = "Collection of Ansible variable utilities"
readme = "README.md"
requires-python = ">=3.8,<3.14"
license = { text = "MIT" }
authors = [
{ name = "Project Author", email = "author@example.com" }
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
]
keywords = ["ansible", "variables"]
[project.urls]
"Homepage" = "https://example.org/ansible-variables"
"Repository" = "https://example.org/ansible-variables.git"
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools]
package-dir = {"" = "src"}