#!/usr/bin/env python3
"""Setup script for PyWinAutoMCP package (legacy).

This file is maintained for backward compatibility. The project uses pyproject.toml
for configuration. To install in development mode, use:

    pip install -e .
"""

import setuptools

if __name__ == "__main__":
    setuptools.setup()
