Skip to content
Snippets Groups Projects
Commit 09a796a4 authored by André MAYORAZ's avatar André MAYORAZ
Browse files

[setup.py] added documentation url

parent e6552fca
No related branches found
No related tags found
No related merge requests found
Pipeline #66925 failed
......@@ -21,6 +21,9 @@ setup(
include_package_data=True,
zip_safe=False,
install_requires=["setuptools", "click >= 8", "click-plugins"],
project_urls={
"Documentation": "https://www.idiap.ch/software/bob/docs/bob/bob.extension/master/",
},
entry_points={
"console_scripts": [
"bob = bob.extension.scripts:main_cli",
......
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