from setuptools import setup

setup(
    package_data={
        "": ["testing-signing.key"],
    },
)