shield-agents / setup.py
Shield Agents
🛡️ Initial release - Shield Agents v1.0.0
de31cf7
Raw
History Blame Contribute Delete
214 Bytes
"""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()