Files
2026-07-13 12:08:54 +08:00

7 lines
134 B
Python

# Minimal setup.py for backward compatibility
# Primary configuration is now in pyproject.toml
from setuptools import setup
setup()