Skip to content
Snippets Groups Projects
Commit 32e32184 authored by Gaëlle USSEGLIO's avatar Gaëlle USSEGLIO
Browse files

ENH : Add dev and docs keys to setup.py

parent c80075b1
No related branches found
No related tags found
2 merge requests!52Merge for v1.1.0,!47TSX/PAZ/TDX processing in python_src
......@@ -54,16 +54,19 @@ setup(
# Any way to require OTB ?
],
# TODO : extras_require
# extras_require={
# "dev": [
# "pylint", ...
# ],
# "docs": [
# "sphinx == 1.8.0",
# "sphinx_rtd_theme" ...
# ],
# },
extras_require={
"dev": [
"pylint",
"pytest",
"pytest-mock"
],
"docs": [
"sphinx",
"sphinx_rtd_theme",
"sphinx_markdown_builder",
"myst-parser"
],
},
project_urls={
"Bug Tracker": "https://gitlab.orfeo-toolbox.org/remote_modules/diapotb/-/issues",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment