QElephant/pyproject.toml
2023-10-13 15:39:25 +02:00

16 lines
No EOL
369 B
TOML

require = ["hatchling", "math", "random"]
build-backend = "hatchling.build"
name = "QElephant"
version = "0.0.1"
authors = [
{ name = "Didictateur"}
]
description = ""
readme = "README.me"
requires-python = ">= 3.0"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]