02e64e3e45
geändert: pyproject.toml geändert: src/config_parser/__init__.py geändert: src/config_parser/parse/__init__.py geändert: src/config_parser/serialize/__init__.py
8 lines
186 B
TOML
8 lines
186 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "config-parser"
|
|
version = "1.1.1"
|
|
description = "A configuration file parser." |