#!/usr/bin/env python
from setuptools import setup

# This file is needed for some tools and environments.
# The actual configuration is in pyproject.toml
setup(
    package_dir={"": "src"},
)