Skip to content

Commit 23a6fe2

Browse files
authored
prepare for release (#9)
* add the readme as the long description * pin `click` * install from within the requirements.txt
1 parent baf8a63 commit 23a6fe2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.readthedocs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ build:
88
python:
99
install:
1010
- requirements: docs/requirements.txt
11-
- method: pip
12-
path: .
1311

1412
sphinx:
1513
fail_on_warning: true

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ dask-jobqueue
22
dask[array]
33
distributed
44
typer
5+
click<8.1 # 8.1 breaks typer at the moment
56
rich
67
pyyaml
78
ipython
@@ -10,3 +11,4 @@ sphinx-copybutton
1011
sphinx-panels
1112
sphinx-click
1213
sphinx-book-theme
14+
-e .

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = dask-hpcconfig
33
author_email = justus.magin@ifremer.fr
44
license = MIT
55
description = Configuration for various dask clusters
6+
long_description=file: README.md
7+
long_description_content_type=text/markdown
68
url = https://github.com/umr-lops/dask-hpcconfig
79
project_urls =
810
Documentation=https://dask-hpcconfig.readthedocs.io

0 commit comments

Comments
 (0)