neue Datei: .gitignore

neue Datei:     pyproject.toml
	umbenannt:      config_parser.py -> src/config_parser/__init__.py
	neue Datei:     src/config_parser/__main__.py
This commit is contained in:
2026-02-02 13:59:37 +01:00
parent ff646e40b6
commit d34c40e52a
4 changed files with 12 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "config-parser"
version = "0.1.0"
description = "A configuration file parser."