Codebase list python-pallets-sphinx-themes / a11aee90-cb6c-44fa-9d5f-c0ef9eb66fe5/main setup.py
a11aee90-cb6c-44fa-9d5f-c0ef9eb66fe5/main

Tree @a11aee90-cb6c-44fa-9d5f-c0ef9eb66fe5/main (Download .tar.gz)

setup.py @a11aee90-cb6c-44fa-9d5f-c0ef9eb66fe5/mainraw · history · blame

from setuptools import setup

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