50 lines
1.1 KiB
TOML
50 lines
1.1 KiB
TOML
[build-system]
|
|
requires = [
|
|
"setuptools",
|
|
"wheel",
|
|
"setuptools-scm[toml]"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "byteb4rb1e.sphinxcontrib"
|
|
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",
|
|
]
|
|
|
|
dynamic = ["version"]
|
|
requires-python = ">=3.8"
|
|
|
|
[project.optional-dependencies]
|
|
git = ["pygit2>=1.18.0,<2",]
|
|
|
|
[project.urls]
|
|
Bitbucket = "https://bitbucket.org/byteb4rb1e/sphinxcontrib"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|
|
|
|
[tool.autopep8]
|
|
|
|
[tool.setuptools_scm]
|
|
|