Add build scripts and configuration for Elytra PIM Client
This commit is contained in:
parent
459838b2e6
commit
b8a7fb903e
7 changed files with 940 additions and 2 deletions
10
setup.py
Normal file
10
setup.py
Normal 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()
|
||||
Loading…
Add table
Add a link
Reference in a new issue