00a5f08171
geändert: pyproject.toml geändert: src/config_parser/__init__.py gelöscht: src/config_parser/__main__.py geändert: src/config_parser/ini.py neue Datei: src/config_parser/parse/__init__.py geändert: src/config_parser/parse/ini.py geändert: src/config_parser/parse/json.py neue Datei: src/config_parser/serialize/__init__.py neue Datei: src/config_parser/serialize/ini.py neue Datei: src/config_parser/serialize/json.py neue Datei: tests/json/test_serializer.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.0"
|
|
description = "A configuration file parser." |