from setuptools import setup

setup(
    name="Pallets-Sphinx-Themes",
    install_requires = [
        "importlib-metadata; python_version < '3.8'",
        "packaging",
        "Sphinx",
    ]
)
