dirty
This commit is contained in:
parent
19813d4d45
commit
5c2fb8c32b
20 changed files with 371 additions and 22 deletions
|
|
@ -7,7 +7,7 @@ requires = [
|
|||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "byteb4rb1e.sphinxcontrib"
|
||||
name = "byteb4rb1e.sphinxcontrib.ext"
|
||||
description = ""
|
||||
authors = [
|
||||
{ name = "Tiara Rodney", email = "tiara.rodney@byteb4rb1e.me" }
|
||||
|
|
@ -30,6 +30,7 @@ classifiers = [
|
|||
]
|
||||
dependencies = [
|
||||
"sphinx>=5.1",
|
||||
"byteb4rb1e.utils @ git+https://bitbucket.org/byteb4rb1e/py-utils.git@32ae99c5fa0174761f4053fce1130f3cd7a2a68b"
|
||||
]
|
||||
dynamic = ["version"]
|
||||
requires-python = ">=3.8"
|
||||
|
|
@ -39,6 +40,7 @@ Bitbucket = "https://bitbucket.org/byteb4rb1e/sphinxcontrib"
|
|||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
namespaces = true
|
||||
|
||||
[tool.autopep8]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue