Skip to content
Snippets Groups Projects
setup.py 102 B
Newer Older
from setuptools import setup

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