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

15
build_requirements.txt Normal file
View file

@ -0,0 +1,15 @@
# Build Requirements for Elytra PIM Client
# Core build tools
setuptools>=65.0
wheel>=0.38.0
# Modern build frontend (PEP 517)
build>=0.10.0
# Distribution upload
twine>=4.0.0
# Optional: for building documentation
# sphinx>=5.0.0
# sphinx-rtd-theme>=1.0.0