16 lines
No EOL
369 B
TOML
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",
|
|
] |