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

9 lines
209 B
TOML

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