xconfluencebuilder/samples/default/Pipfile
Rodweil, Theodor d649185ef6
feat: init
2023-08-07 01:26:15 +02:00

13 lines
264 B
TOML

[[source]]
url = 'https://pypi.python.org/simple'
verify_ssl = true
name = 'pypi'
[requires]
python_version = '3'
[scripts]
"sphinx-build" = "sphinx-build docs build --color -W -bx_confluence"
[packages]
xconfluencebuilder = {editable = true, path = "./../.."}