This repository has been archived on 2026-03-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
config-parser/pyproject.toml
T
2026-03-12 19:20:05 +01:00

10 lines
210 B
TOML

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "config-parser"
version = "1.4.0"
description = "A configuration file parser."
license = "Apache-2.0"