from setuptools import setup

setup(
    py_modules=[],
    setup_requires=["pytest-runner"],
    tests_require=["pytest"],
)