Files
kg-scr/setup.py

10 lines
228 B
Python

"""Legacy setuptools compatibility shim.
Project metadata, dependencies, and the src package layout are maintained solely in
pyproject.toml. Install with `pip install .` or `uv sync`.
"""
from setuptools import setup
setup()