File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
python :
9
9
install :
10
10
- requirements : docs/requirements.txt
11
- - method : pip
12
- path : .
13
11
14
12
sphinx :
15
13
fail_on_warning : true
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ dask-jobqueue
2
2
dask [array ]
3
3
distributed
4
4
typer
5
+ click < 8.1 # 8.1 breaks typer at the moment
5
6
rich
6
7
pyyaml
7
8
ipython
@@ -10,3 +11,4 @@ sphinx-copybutton
10
11
sphinx-panels
11
12
sphinx-click
12
13
sphinx-book-theme
14
+ -e .
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ name = dask-hpcconfig
3
3
author_email = justus.magin@ifremer.fr
4
4
license = MIT
5
5
description = Configuration for various dask clusters
6
+ long_description =file: README.md
7
+ long_description_content_type =text/markdown
6
8
url = https://github.com/umr-lops/dask-hpcconfig
7
9
project_urls =
8
10
Documentation =https://dask-hpcconfig.readthedocs.io
You can’t perform that action at this time.
0 commit comments