Codebase list python-pallets-sphinx-themes / upstream/2.0.2 setup.py
upstream/2.0.2

Tree @upstream/2.0.2 (Download .tar.gz)

setup.py @upstream/2.0.2raw · history · blame

from setuptools import setup

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