#!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup
# This setup.py is mainly for backward compatibility with older pip versions.
# For modern builds, we're using pyproject.toml and hatchling.
if __name__ == "__main__":
setup()