Add build scripts and configuration for Elytra PIM Client

This commit is contained in:
claudi 2026-02-20 09:22:11 +01:00
parent 459838b2e6
commit b8a7fb903e
7 changed files with 940 additions and 2 deletions

10
setup.py Normal file
View file

@ -0,0 +1,10 @@
"""Setup configuration for Elytra PIM Client.
This setup.py file provides compatibility with legacy build tools.
The main configuration is in pyproject.toml (PEP 517/518).
"""
from setuptools import setup
if __name__ == "__main__":
setup()