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-21 14:55:47 +01:00

9 lines
202 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 = "MIT"