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-02-23 22:40:01 +01:00

9 lines
209 B
TOML

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