| """Backward-compatible setup script for Shield Agents. | |
| Prefer using pyproject.toml for modern installations. | |
| This file is kept for compatibility with older pip versions. | |
| """ | |
| from setuptools import setup | |
| setup() | |
| """Backward-compatible setup script for Shield Agents. | |
| Prefer using pyproject.toml for modern installations. | |
| This file is kept for compatibility with older pip versions. | |
| """ | |
| from setuptools import setup | |
| setup() | |