This commit is contained in:
Tiara Rodney 2025-06-19 17:58:46 +02:00
parent 95e6ee35ed
commit 9de1a7db79
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB
20 changed files with 180 additions and 110 deletions

View file

@ -12,7 +12,7 @@ description = "Functional theme for Sphinx documentation generator"
authors = [
{ name = "Tiara Rodney", email = "tiara.rodney@administratrix.de" }
]
license = { file = "LICENSE" }
license-files = ["LICENSE"]
readme = "README.md"
classifiers = [
"Development Status :: 1 - Planning",
@ -31,14 +31,18 @@ classifiers = [
"Topic :: Software Development :: Documentation",
]
dependencies = [
"sphinx >= 8.0,<9.0",
"sphinx >= 5.0"
]
dynamic = ["version"]
requires-python = ">=3.8"
requires-python = ">=3.9"
[project.entry-points."sphinx.html_themes"]
web2 = "byteb4rb1e.sphinxcontrib.theme.web2"
[tool.setuptools.package-data]
# relative to root dir of package, NOT repository
"byteb4rb1e.sphinxcontrib.theme.web2" = ["*.tar", "*.tar.sha256"]
[project.urls]
Bitbucket = "https://bitbucket.org/byteb4rb1e/sphinxcontrib-theme-seaharvest"
GitHub = "https://github.com/ByteB4rb1e/sphinxcontrib-theme-seaharvest"