13 lines
264 B
TOML
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 = "./../.."}
|