AIIA/pyproject.toml

16 lines
367 B
TOML

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 88
target-version = ['py37']
include = '\.pyi?$'
[project]
name = "AIIA"
version = "0.1.1" # Replace with your desired version number
description = "AIIA Deep Learning Model"
authors = [
{ name="Falko Habel", email="falko.habel@gmx.de" }
]