Commit Graph

2 Commits

Author SHA1 Message Date
7226a96554 Update project metadata in pyproject.toml: increment version to 0.1.1, refine description, and correct author information 2025-04-23 17:19:27 +02:00
e01195acae Adds pyproject.toml for project metadata and build configuration
Introduces a pyproject.toml file to define build-system requirements and project metadata. Specifies setuptools as the build backend and configures package discovery. Establishes project details including name, version, description, authors, license, and Python version compatibility.

Supports PEP 517 standards for Python packaging.
2025-04-23 16:55:59 +02:00