15 lines
423 B
TOML
15 lines
423 B
TOML
[project]
|
|
name = "treeScannerASCII"
|
|
version = "0.1.0"
|
|
description = "Ein Verzeichnisscanner als CLI-Tool und Python-Modul"
|
|
authors = [
|
|
{ name="Adam Skotarczak", email="adam@skotarczak.net" }
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.7"
|
|
license = { text = "MIT" }
|
|
keywords = ["filesystem", "tree", "scanner", "cli", "modul", "markdown"]
|
|
|
|
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta" |