[build-system] requires = [ "setuptools", "wheel", "setuptools-scm[toml]" ] build-backend = "setuptools.build_meta" [project] name = "byteb4rb1e.sphinxcontrib.ext" description = "" authors = [ { name = "Tiara Rodney", email = "tiara.rodney@byteb4rb1e.me" } ] license-files = ["LICENSE"] readme = "README.md" classifiers = [ "Development Status :: 1 - Planning", "Environment :: Web Environment", "Framework :: Sphinx", "Framework :: Sphinx :: Extension", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Documentation", "Topic :: Software Development :: Documentation", ] dependencies = [ "sphinx>=5.1", "byteb4rb1e.utils @ git+https://bitbucket.org/byteb4rb1e/py-utils.git@32ae99c5fa0174761f4053fce1130f3cd7a2a68b" ] dynamic = ["version"] requires-python = ">=3.8" [project.urls] Bitbucket = "https://bitbucket.org/byteb4rb1e/sphinxcontrib" [tool.setuptools.packages.find] where = ["src"] namespaces = true [tool.autopep8] [tool.setuptools_scm]