1 2 3 4 5 6 7 8 9 10
from setuptools import setup setup( name="Pallets-Sphinx-Themes", install_requires = [ "importlib-metadata; python_version < '3.8'", "packaging", "Sphinx", ] )