16 lines
297 B
TOML
16 lines
297 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[scripts]
|
|
build-support = "sphinx-build -b html -Dhtml4_writer=0 support build/support"
|
|
|
|
[packages]
|
|
|
|
[dev-packages]
|
|
sphinx = "*"
|
|
sphinx-victorykit-theme = {file = ".", editable = true}
|
|
|
|
[requires]
|
|
python_version = "3.11"
|