14 lines
339 B
TOML
14 lines
339 B
TOML
[build-system]
|
|
requires = ["setuptools>=45", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "aiunn"
|
|
version = "0.1.0"
|
|
description = "A brief description of your package"
|
|
readme = "README.md"
|
|
requires-python = ">=3.7"
|
|
license = {file = "LICENSE"}
|
|
authors = [
|
|
{name = "Your Name", email = "your.email@example.com"},
|
|
] |